X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=4f7ce24d9386f432805fef5415c7f5f9b0b758cf;hb=6397feeb74af9c750b0430bc88f0855b1f7f1d28;hp=686f4b6b81b1ad4f0e73e002a2ec6ebbbca2ff38;hpb=91df7a164befc0c9a24f85733837874da5a057ac;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 686f4b6..4f7ce24 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -14,3 +14,34 @@ # 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 \ + 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 \ + tar.c \ + tune2fs.c \ + upload.c \ + ../src/guestfs_protocol.h \ + ../src/guestfs_protocol.c + +guestfsd_CFLAGS = -Wall + +CLEANFILES = *~