X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2FMakefile.am;h=9868b422384f175dc57a8daa33c47c0531d70f9d;hp=566fa410b62efb456c5140e166c0f7ca71364a57;hb=43db06ea892cc157324a6b837ca430607441c509;hpb=8358ea9524509c02448fe52d5bea205c9c3f869e diff --git a/src/Makefile.am b/src/Makefile.am index 566fa41..9868b42 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,15 +15,13 @@ # 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 -include_HEADERS = guestfs.h guestfs-actions.h +EXTRA_DIST += generator.ml + +include_HEADERS = guestfs.h guestfs-actions.h guestfs-structs.h lib_LTLIBRARIES = libguestfs.la @@ -33,11 +31,12 @@ 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"' -if RPCGEN +if HAVE_RPCGEN guestfs_protocol.c: guestfs_protocol.x rm -f $@-t $(RPCGEN) -c -o $@-t $< @@ -47,4 +46,6 @@ guestfs_protocol.h: guestfs_protocol.x rm -f $@-t $(RPCGEN) -h -o $@-t $< mv $@-t $@ -endif \ No newline at end of file +endif + +CLEANFILES = *~