X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=e6af0feba29644e60dccddf8d6b77d0ea0d283da;hb=29e7b9908ea6a4c2a864955e73d5b1d7d64f1fc8;hp=024c0970ca23ad7565f6f069ff85b44061389d2e;hpb=4610db9f1b77f8c263b348fda1974be165a7f841;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 024c097..e6af0fe 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,6 +52,7 @@ guestfsd_SOURCES = \ link.c \ ls.c \ lvm.c \ + mkfs.c \ mknod.c \ mount.c \ names.c \ @@ -59,6 +62,7 @@ guestfsd_SOURCES = \ readdir.c \ realpath.c \ scrub.c \ + selinux.c \ sfdisk.c \ sleep.c \ stat.c \ @@ -76,4 +80,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