X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=097d89d800e6e386bc99be9366a3d8ba51808de4;hb=4d8efdd4552874092263bf567701c3459b05a780;hp=8884c6b255b8489c60722f201074361471d0163d;hpb=f850e1f065fb04df7cc87a921ab3c658741cc393;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 8884c6b..097d89d 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,23 +37,32 @@ guestfsd_SOURCES = \ dropcaches.c \ du.c \ ext2.c \ + fallocate.c \ file.c \ find.c \ fsck.c \ glob.c \ + grep.c \ grub.c \ guestfsd.c \ headtail.c \ hexdump.c \ initrd.c \ + inotify.c \ + link.c \ ls.c \ lvm.c \ + mkfs.c \ mknod.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 \ @@ -63,9 +74,13 @@ guestfsd_SOURCES = \ umask.c \ upload.c \ wc.c \ + xattr.c \ zero.c \ zerofree.c \ - ../src/guestfs_protocol.h \ - ../src/guestfs_protocol.c + $(top_builddir)/../src/guestfs_protocol.h \ + $(top_builddir)/../src/guestfs_protocol.c + +AM_CPPFLAGS = -I$(srcdir)/lib -Ilib +guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) -guestfsd_CFLAGS = -Wall +LDADD = lib/libgnu.a