X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=1c1609dd623242c1f7319232708fba68c6959525;hp=5faa6523943d564fa91bc2397dbc98805669007e;hb=1765330e07a48dc6f7bdef7007f69ebe606fa731;hpb=8e570870f577ff0c3db074f88924633b559af5d4 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 5faa652..1c1609d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -20,16 +20,26 @@ 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 \ No newline at end of file +guestfsd_CFLAGS = -Wall + +CLEANFILES = *~