X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=469f6d66cc9e9dfff4b8118c25b6da96314a1f3a;hb=83eb2cf2fddbe3e06f50c18d5e651853f8d86813;hp=e38c336a1b24fcc24297e41ee7a36cd9be39a2c2;hpb=df63ba5e7d916444bb1adae886e5135e8d278b28;p=libguestfs.git diff --git a/src/Makefile.am b/src/Makefile.am index e38c336..469f6d6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,8 @@ EXTRA_DIST = \ guestfs_protocol.x \ MAX_PROC_NR \ stamp-generator \ - generator.ml + generator.ml \ + guestfs-internal-actions.h # Rerun the generator if it has changed. # Git removes empty directories, so in cases where the @@ -56,8 +57,6 @@ libprotocol_la_SOURCES = \ libprotocol_la_CFLAGS = -$(BUILT_SOURCES): stamp-generator - CLEANFILES = guestfs_protocol.c guestfs_protocol.h # From the libtool info file, with comments: @@ -109,6 +108,7 @@ libguestfs_la_SOURCES = \ guestfs-actions.h \ guestfs-actions.c \ guestfs-bindtests.c \ + guestfs-internal.h \ gettext.h # Make libguestfs include the convenience library.