X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=75de0663d507762f2314bdc82a7a5ae8a14c9409;hp=a5c1637b08d6dad2419b71d994223c689217c4c8;hb=05712b2457a44ee0f0020eced77db03c2aa419a1;hpb=6ed48042e4a8b009b5e38efbf4766a2676a33935 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index a5c1637..75de066 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -15,4 +15,30 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -ACLOCAL_AMFLAGS = -I m4 \ No newline at end of file +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 \ + ../src/guestfs_protocol.h \ + ../src/guestfs_protocol.c + +guestfsd_CFLAGS = -Wall + +CLEANFILES = *~