Matthew Booth wrote:
diff --git a/src/Makefile.am b/src/Makefile.am
index f3abe35..c3b7392 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
Definitely fixes a problem.
ACK