X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=daemon%2FMakefile.am;h=94069440cb22ca283ce00a2b1d3782ad85b83cbe;hb=8601bbda56cdb2b8491b6e2054596ec9599c38f1;hp=ecbc3c4bef1a7fcbcdca3871dc8ac984ab9901be;hpb=9847e0c07d5907887e26ec60192fa12aa46277ee;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index ecbc3c4..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 \ @@ -35,6 +37,7 @@ guestfsd_SOURCES = \ dropcaches.c \ du.c \ ext2.c \ + fallocate.c \ file.c \ find.c \ fsck.c \ @@ -45,6 +48,8 @@ guestfsd_SOURCES = \ headtail.c \ hexdump.c \ initrd.c \ + inotify.c \ + link.c \ ls.c \ lvm.c \ mknod.c \ @@ -54,7 +59,9 @@ guestfsd_SOURCES = \ pingdaemon.c \ proto.c \ readdir.c \ + realpath.c \ scrub.c \ + selinux.c \ sfdisk.c \ sleep.c \ stat.c \ @@ -72,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