diff options
author | Matthew Booth <mbooth@redhat.com> | 2009-11-20 16:48:38 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-20 17:04:04 +0000 |
commit | 03cd3050b342cecbc6f657e85637d1d16dbc60ab (patch) | |
tree | 0f2dd25bb5ad7a7d0117b6e3be81a4d017da87aa /src | |
parent | e1b48287ebd6143ba516e427772dca04b4b8c75d (diff) | |
download | libguestfs-03cd3050b342cecbc6f657e85637d1d16dbc60ab.tar.gz libguestfs-03cd3050b342cecbc6f657e85637d1d16dbc60ab.tar.xz libguestfs-03cd3050b342cecbc6f657e85637d1d16dbc60ab.zip |
build: Add missing dependency libguestfs.la->guestfs_protocol.h
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
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. |