X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=1c52f7ae7964c5112b3fef395ff88539756e594a;hb=98a43eba2fe2b18f5042138556c6beede0277223;hp=76e75c6a0a5661fa6df9f4386695370ef656d069;hpb=843514eef9dc6d04d71e031ba9ddb16e2beb9a04;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 76e75c6..1c52f7a 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -20,10 +20,15 @@ ACLOCAL_AMFLAGS = -I m4 noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ + augeas.c \ + command.c \ daemon.h \ + devsparts.c \ + dir.c \ file.c \ guestfsd.c \ ls.c \ + lvm.c \ mount.c \ proto.c \ stubs.c \ @@ -31,4 +36,6 @@ guestfsd_SOURCES = \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c -guestfsd_CFLAGS = -Wall \ No newline at end of file +guestfsd_CFLAGS = -Wall + +CLEANFILES = *~