summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2009-11-20 16:48:38 +0000
committerRichard Jones <rjones@redhat.com>2009-11-20 17:04:04 +0000
commit03cd3050b342cecbc6f657e85637d1d16dbc60ab (patch)
tree0f2dd25bb5ad7a7d0117b6e3be81a4d017da87aa /src/Makefile.am
parente1b48287ebd6143ba516e427772dca04b4b8c75d (diff)
downloadlibguestfs-03cd3050b342cecbc6f657e85637d1d16dbc60ab.tar.gz
libguestfs-03cd3050b342cecbc6f657e85637d1d16dbc60ab.tar.xz
libguestfs-03cd3050b342cecbc6f657e85637d1d16dbc60ab.zip
build: Add missing dependency libguestfs.la->guestfs_protocol.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f3abe35b..c3b7392b 100644
--- 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.