X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=469f6d66cc9e9dfff4b8118c25b6da96314a1f3a;hb=a15f118e3b2221e68732ad0545f770b3324d593b;hp=cd0022d76dedce67711da5e7503ca0d670c56450;hpb=7f2ac369f7747a033f5e84d8c7fb3aa131f25537;p=libguestfs.git diff --git a/src/Makefile.am b/src/Makefile.am index cd0022d..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 @@ -46,7 +47,6 @@ BUILT_SOURCES = \ guestfs-structs.h \ guestfs-actions.h \ guestfs-actions.c \ - guestfs-internal-actions.h \ guestfs-bindtests.c # This convenience library is solely to avoid compiler warnings @@ -57,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: @@ -110,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.