X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=75867cbe036ebe608c5825309657a0267d13131b;hb=a9519654032d2f09e76870d5d04dae2dff752c5b;hp=1716c2f57450da535665f4a74270e2abd71ff67a;hpb=c477e2fb78347728aaacbbc89666dcda1481a4b9;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 1716c2f..75867cb 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -28,7 +28,8 @@ generator_built = \ .PHONY: force -$(generator_built): force +$(generator_build): $(libsrcdir)/stamp-generator +$(libsrcdir)/stamp-generator: force $(MAKE) -C $(libsrcdir) stamp-generator BUILT_SOURCES = $(generator_built) @@ -41,6 +42,7 @@ $(libsrcdir)/guestfs_protocol.o: force noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ + available.c \ augeas.c \ blkid.c \ blockdev.c \ @@ -49,6 +51,7 @@ guestfsd_SOURCES = \ command.c \ cpmv.c \ daemon.h \ + dd.c \ debug.c \ devsparts.c \ df.c \ @@ -80,6 +83,8 @@ guestfsd_SOURCES = \ mount.c \ names.c \ ntfs.c \ + optgroups.c \ + optgroups.h \ parted.c \ pingdaemon.c \ proto.c \