diff options
author | Richard Jones <rjones@redhat.com> | 2009-11-05 10:03:59 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-05 13:13:44 +0000 |
commit | efad4f53923dcca94613e193d6383bd032e70498 (patch) | |
tree | 64cbaa8019d822956f34bfdd7d91ad9516dbee83 | |
parent | ac2a53bbab44fe94306092b47aeddb899c55345a (diff) | |
download | libguestfs-efad4f53923dcca94613e193d6383bd032e70498.tar.gz libguestfs-efad4f53923dcca94613e193d6383bd032e70498.tar.xz libguestfs-efad4f53923dcca94613e193d6383bd032e70498.zip |
Don't update appliance after running generator.
I'm not sure why these dependencies exist, but they cause the
appliance to be updated every time the generator runs, which
appears to be unnecessary.
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fadb8c4c..4fb466db 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: |