X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=83ee408c7aa5a6d504f1acc8270139eb2690b267;hb=97ef6a82ed32404b751a23b6658e0f9c7ab3298c;hp=c0e8bc94d3ccd552f09e4a8404e7f1d70257d087;hpb=7c3a90f94cd6b8fec9cdd1c052b91a14c0ee0e0e;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index c0e8bc9..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 \ @@ -35,6 +37,7 @@ guestfsd_SOURCES = \ dropcaches.c \ du.c \ ext2.c \ + fallocate.c \ file.c \ find.c \ fsck.c \ @@ -45,9 +48,13 @@ guestfsd_SOURCES = \ headtail.c \ hexdump.c \ initrd.c \ + inotify.c \ + link.c \ ls.c \ lvm.c \ + mkfs.c \ mknod.c \ + modprobe.c \ mount.c \ names.c \ ntfs.c \ @@ -56,6 +63,7 @@ guestfsd_SOURCES = \ readdir.c \ realpath.c \ scrub.c \ + selinux.c \ sfdisk.c \ sleep.c \ stat.c \ @@ -73,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