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:
8ad79a7
)
build: guestfs-structs.h was missing from libguestfs_la_SOURCES.
author
Richard Jones
<rjones@redhat.com>
Thu, 2 Sep 2010 21:27:35 +0000
(22:27 +0100)
committer
Richard Jones
<rjones@redhat.com>
Sat, 4 Sep 2010 12:38:03 +0000
(13:38 +0100)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
39fa230
..
22879e3
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-122,6
+122,7
@@
libguestfs_la_SOURCES = \
guestfs.h \
guestfs-actions.h \
guestfs-internal.h \
+ guestfs-structs.h \
guestfs_protocol.h \
gettext.h \
actions.c \