X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=c5ae1efcf522e123715c32fbdbce9fd86fbf0719;hb=d19ceb226c242844467b2935c1e19b989b4315e8;hp=ea6079295f09687ee612ddc784fe6de0c64fd972;hpb=99bd425a0a8fb02c27e0c22b32dafa804773a7b1;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index ea60792..c5ae1ef 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -20,9 +20,13 @@ ACLOCAL_AMFLAGS = -I m4 noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ + augeas.c \ daemon.h \ + devsparts.c \ file.c \ guestfsd.c \ + ls.c \ + lvm.c \ mount.c \ proto.c \ stubs.c \ @@ -30,4 +34,6 @@ guestfsd_SOURCES = \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c -guestfsd_CFLAGS = -Wall \ No newline at end of file +guestfsd_CFLAGS = -Wall + +CLEANFILES = *~