X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=1c1609dd623242c1f7319232708fba68c6959525;hp=930e78e1494fcdada08e6bd6fe143d9e5f604078;hb=170f262f0413de843af62b968f6d12c1c476ae7f;hpb=28d760b1542da7ff83b18c4ca60c2d03f327c2f4 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 930e78e..1c1609d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -15,4 +15,31 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -SUBDIRS = nfs-utils +ACLOCAL_AMFLAGS = -I m4 + +noinst_PROGRAMS = guestfsd +guestfsd_SOURCES = \ + actions.h \ + augeas.c \ + blockdev.c \ + command.c \ + daemon.h \ + devsparts.c \ + dir.c \ + file.c \ + guestfsd.c \ + ls.c \ + lvm.c \ + mount.c \ + proto.c \ + stat.c \ + stubs.c \ + sync.c \ + tune2fs.c \ + upload.c \ + ../src/guestfs_protocol.h \ + ../src/guestfs_protocol.c + +guestfsd_CFLAGS = -Wall + +CLEANFILES = *~