diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-12 12:58:45 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-12 12:58:45 +0100 |
commit | 03ff42cb2e088b00c15023d456058cbcdc5d3c81 (patch) | |
tree | f46cc4b50be5de6af571d85f16e38233512de2d5 /configure.ac | |
parent | 1856e2ba451c472f5312d1441cced1995b27428a (diff) | |
download | libguestfs-03ff42cb2e088b00c15023d456058cbcdc5d3c81.tar.gz libguestfs-03ff42cb2e088b00c15023d456058cbcdc5d3c81.tar.xz libguestfs-03ff42cb2e088b00c15023d456058cbcdc5d3c81.zip |
Remove the specfile from the tarball. Include contrib/ dir.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 575ab83a..f04bafbf 100644 --- a/configure.ac +++ b/configure.ac @@ -437,7 +437,7 @@ AC_CONFIG_FILES([Makefile src/Makefile fish/Makefile examples/Makefile haskell/Makefile inspector/Makefile make-initramfs.sh update-initramfs.sh - libguestfs.spec libguestfs.pc + libguestfs.pc ocaml/META perl/Makefile.PL]) AC_OUTPUT |