X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=8460d44d3f52f48fc1036dd228b261d3c1ab3a44;hp=686f4b6b81b1ad4f0e73e002a2ec6ebbbca2ff38;hb=fa7c8bb79b45aecdf65ed93635a42f3fdf301134;hpb=91df7a164befc0c9a24f85733837874da5a057ac diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 686f4b6..8460d44 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -14,3 +14,43 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +ACLOCAL_AMFLAGS = -I m4 + +noinst_PROGRAMS = guestfsd +guestfsd_SOURCES = \ + actions.h \ + augeas.c \ + blockdev.c \ + checksum.c \ + cmp.c \ + command.c \ + cpmv.c \ + daemon.h \ + debug.c \ + devsparts.c \ + dir.c \ + dmesg.c \ + dropcaches.c \ + ext2.c \ + file.c \ + fsck.c \ + grub.c \ + guestfsd.c \ + hexdump.c \ + ls.c \ + lvm.c \ + mount.c \ + pingdaemon.c \ + proto.c \ + stat.c \ + strings.c \ + stubs.c \ + sync.c \ + tar.c \ + upload.c \ + zero.c \ + ../src/guestfs_protocol.h \ + ../src/guestfs_protocol.c + +guestfsd_CFLAGS = -Wall