X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=daemon%2FMakefile.am;h=e6af0feba29644e60dccddf8d6b77d0ea0d283da;hb=a61bccecfba1c9501910d28de24bac945e95001f;hp=7ef2a6b83d9e9fe5f689f72f42e091fa67b680aa;hpb=05c34c1c1479bb07b31cfbf912743a8cf014a636;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 7ef2a6b..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 \ @@ -29,34 +31,55 @@ guestfsd_SOURCES = \ daemon.h \ debug.c \ devsparts.c \ + df.c \ dir.c \ dmesg.c \ 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 \ strings.c \ stubs.c \ + swap.c \ sync.c \ tar.c \ + 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 = -Wall +LDADD = lib/libgnu.a