X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=18748996484ffc7b8b2d42684cdc1bd3f26c4e52;hb=bd7c8ee043dd02e2cfa3eba2ac5875fc34990610;hp=20b445c32c810f36b32138d0af118a516082374d;hpb=d19ceb226c242844467b2935c1e19b989b4315e8;p=libguestfs.git diff --git a/src/Makefile.am b/src/Makefile.am index 20b445c..1874899 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,14 +15,12 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# NB. guestfs-actions.c is #include'd into guestfs.c, so it should not -# be listed as a source file. -EXTRA_DIST = guestfs-actions.c - -EXTRA_DIST += guestfs_protocol.x \ +EXTRA_DIST = guestfs_protocol.x \ guestfs_protocol.c \ guestfs_protocol.h +EXTRA_DIST += generator.ml + include_HEADERS = guestfs.h guestfs-actions.h guestfs-structs.h lib_LTLIBRARIES = libguestfs.la @@ -33,7 +31,8 @@ libguestfs_la_SOURCES = \ guestfs.h \ guestfs_protocol.c \ guestfs_protocol.h \ - guestfs-actions.h + guestfs-actions.h \ + guestfs-actions.c libguestfs_la_CFLAGS = -Wall -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' @@ -48,5 +47,3 @@ guestfs_protocol.h: guestfs_protocol.x $(RPCGEN) -h -o $@-t $< mv $@-t $@ endif - -CLEANFILES = *~