X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=94069440cb22ca283ce00a2b1d3782ad85b83cbe;hb=302c18e7d095755ab1bcd0b79fd8952e2450ac7a;hp=024c0970ca23ad7565f6f069ff85b44061389d2e;hpb=4610db9f1b77f8c263b348fda1974be165a7f841;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 024c097..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 \ @@ -59,6 +61,7 @@ guestfsd_SOURCES = \ readdir.c \ realpath.c \ scrub.c \ + selinux.c \ sfdisk.c \ sleep.c \ stat.c \ @@ -76,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