git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62288e7
)
Generate guestfs_protocol.x when stamp-generator updates
author
Matthew Booth
<mbooth@redhat.com>
Wed, 11 Nov 2009 13:50:24 +0000
(13:50 +0000)
committer
Matthew Booth
<mbooth@redhat.com>
Wed, 11 Nov 2009 13:50:24 +0000
(13:50 +0000)
This partially reverts
efad4f53923dcca94613e193d6383bd032e70498
.
guestfs_protocol.x wasn't being generated when building from a clean checkout.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
419982b
..
469f6d6
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-34,6
+34,8
@@
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