X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=20b445c32c810f36b32138d0af118a516082374d;hb=b4d2a01828e5de85e5eee3631f7fe3925a0312ca;hp=7a4e360ae8093b41b1c1d3f81eb9bc9b64c28a25;hpb=73d6932ab2dd3f9120a1f4a532621c07cb174705;p=libguestfs.git diff --git a/src/Makefile.am b/src/Makefile.am index 7a4e360..20b445c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,7 +37,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 +47,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 = *~