X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2FMakefile.am;h=9e3fdf8c44c99d37126959e9c1c0f7e3c140cedc;hp=7a4e360ae8093b41b1c1d3f81eb9bc9b64c28a25;hb=1765330e07a48dc6f7bdef7007f69ebe606fa731;hpb=73d6932ab2dd3f9120a1f4a532621c07cb174705 diff --git a/src/Makefile.am b/src/Makefile.am index 7a4e360..9e3fdf8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,6 +23,8 @@ 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 @@ -37,7 +39,7 @@ libguestfs_la_SOURCES = \ 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 +49,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 = *~