X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=83ee408c7aa5a6d504f1acc8270139eb2690b267;hb=d1c35f871022e40f9abd93048c1115c6565f94cb;hp=024c0970ca23ad7565f6f069ff85b44061389d2e;hpb=4610db9f1b77f8c263b348fda1974be165a7f841;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 024c097..83ee408 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -17,6 +17,8 @@ ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = lib tests . + noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ @@ -50,7 +52,9 @@ guestfsd_SOURCES = \ link.c \ ls.c \ lvm.c \ + mkfs.c \ mknod.c \ + modprobe.c \ mount.c \ names.c \ ntfs.c \ @@ -59,6 +63,7 @@ guestfsd_SOURCES = \ readdir.c \ realpath.c \ scrub.c \ + selinux.c \ sfdisk.c \ sleep.c \ stat.c \ @@ -76,4 +81,7 @@ guestfsd_SOURCES = \ $(top_builddir)/../src/guestfs_protocol.h \ $(top_builddir)/../src/guestfs_protocol.c -guestfsd_CFLAGS = -Wall +AM_CPPFLAGS = -I$(srcdir)/lib -Ilib +guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) + +LDADD = lib/libgnu.a