X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=ae746998b2ddb9425bd2ebdfc6bd40a48f5914e6;hb=de64183f3d0d04127c2e7690c87435e6649d30a6;hp=ecbc3c4bef1a7fcbcdca3871dc8ac984ab9901be;hpb=9847e0c07d5907887e26ec60192fa12aa46277ee;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index ecbc3c4..ae74699 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 \ @@ -34,7 +36,9 @@ guestfsd_SOURCES = \ dmesg.c \ dropcaches.c \ du.c \ + echo_daemon.c \ ext2.c \ + fallocate.c \ file.c \ find.c \ fsck.c \ @@ -45,16 +49,22 @@ 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 \ pingdaemon.c \ proto.c \ readdir.c \ + realpath.c \ scrub.c \ + selinux.c \ sfdisk.c \ sleep.c \ stat.c \ @@ -72,4 +82,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