summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-02-05 18:01:18 +0000
committerRichard Jones <rjones@redhat.com>2010-02-05 18:01:22 +0000
commit75f803a9d59a168c611e8518df7b4f75fe3bc98c (patch)
tree44b7104a61b16f2180238c463211d0be12a1441d
parenta65cc6b06d870287771302c1965b8d692fdaf560 (diff)
downloadlibguestfs-75f803a9d59a168c611e8518df7b4f75fe3bc98c.tar.gz
libguestfs-75f803a9d59a168c611e8518df7b4f75fe3bc98c.tar.xz
libguestfs-75f803a9d59a168c611e8518df7b4f75fe3bc98c.zip
Add scripts to EXTRA_DIST.
-rw-r--r--hivex/Makefile.am16
1 files changed, 14 insertions, 2 deletions
diff --git a/hivex/Makefile.am b/hivex/Makefile.am
index e11b95a2..66c5bf1d 100644
--- a/hivex/Makefile.am
+++ b/hivex/Makefile.am
@@ -17,7 +17,19 @@
SUBDIRS = t tools
-EXTRA_DIST = hivex.pod hivexml.pod hivexget.pod hivexsh.pod LICENSE
+EXTRA_DIST = \
+ hivex.pod \
+ hivexml.pod \
+ hivexget.pod \
+ hivexget \
+ hivexsh.pod \
+ LICENSE \
+ example1 \
+ example2 \
+ example3 \
+ example4 \
+ example5 \
+ example6
lib_LTLIBRARIES = libhivex.la
@@ -32,7 +44,7 @@ libhivex_la_CPPFLAGS = -I$(top_srcdir)/gnulib/lib
bin_PROGRAMS = hivexml hivexsh
bin_SCRIPTS = hivexget
-noinst_SCRIPTS = example1 example2 example3
+noinst_SCRIPTS = example1 example2 example3 example4 example5 example6
hivexml_SOURCES = \
hivexml.c