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:
e1b4828
)
build: Add missing dependency libguestfs.la->guestfs_protocol.h
author
Matthew Booth
<mbooth@redhat.com>
Fri, 20 Nov 2009 16:48:38 +0000
(16:48 +0000)
committer
Richard Jones
<rjones@redhat.com>
Fri, 20 Nov 2009 17:04:04 +0000
(17:04 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
f3abe35
..
c3b7392
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-112,6
+112,7
@@
libguestfs_la_SOURCES = \
guestfs-actions.c \
guestfs-bindtests.c \
guestfs-internal.h \
+ guestfs-protocol.h \
gettext.h
# Make libguestfs include the convenience library.