X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=4fb466dbef1b32e85a2280d86a97d0b040153a6d;hb=efad4f53;hp=fadb8c4c9100ace7ca7abd009e6d64c9bccecce2;hpb=ac2a53bbab44fe94306092b47aeddb899c55345a;p=libguestfs.git diff --git a/src/Makefile.am b/src/Makefile.am index fadb8c4..4fb466d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,8 +34,6 @@ stamp-generator: generator.ml mkdir -p $(top_srcdir)/java/com/redhat/et/libguestfs cd $(top_srcdir) && ocaml -warn-error A src/generator.ml -guestfs_protocol.x: stamp-generator - include_HEADERS = guestfs.h guestfs-actions.h guestfs-structs.h lib_LTLIBRARIES = libguestfs.la @@ -57,8 +55,6 @@ libprotocol_la_SOURCES = \ libprotocol_la_CFLAGS = -$(BUILT_SOURCES): stamp-generator - CLEANFILES = guestfs_protocol.c guestfs_protocol.h # From the libtool info file, with comments: