X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=94069440cb22ca283ce00a2b1d3782ad85b83cbe;hp=6da485bcbc017fe770eccab2af76d1e46d2bac85;hb=67a679afb17747b5ec392e56cf6121b085b38a3a;hpb=0e6e32025885286e2de39efca34ced2aaf26b3a3 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 6da485b..9406944 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 \ @@ -46,6 +48,7 @@ guestfsd_SOURCES = \ headtail.c \ hexdump.c \ initrd.c \ + inotify.c \ link.c \ ls.c \ lvm.c \ @@ -58,6 +61,7 @@ guestfsd_SOURCES = \ readdir.c \ realpath.c \ scrub.c \ + selinux.c \ sfdisk.c \ sleep.c \ stat.c \ @@ -75,4 +79,6 @@ guestfsd_SOURCES = \ $(top_builddir)/../src/guestfs_protocol.h \ $(top_builddir)/../src/guestfs_protocol.c +AM_CPPFLAGS = -I$(srcdir)/lib -Ilib guestfsd_CFLAGS = -Wall +LDADD = lib/libgnu.a