summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaul.betafive@gmail.com <paul.betafive@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2013-08-10 10:04:02 (EDT)
committer paul.betafive@gmail.com <paul.betafive@gmail.com@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2013-08-10 10:04:02 (EDT)
commit460b1748137d1834e712fcb5aafb2f36e4d2a7d9 (patch)
tree29d30b3bcd839eabd6d610ede1494883ebc4cfb3
parentddfb0056a63ef9beada5494ece857929aa9f4a87 (diff)
Makefile.am: Add missing files to EXTRA_DIST
Important files were missing in the distribution directory after 'make distdir', adding them to EXTRA_DIST fixes this. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> git-svn-id: http://opkg.googlecode.com/svn/trunk@654 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 26f2d99..da4ef69 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ intercept_DATA = intercept/ldconfig intercept/depmod intercept/update-modules
install-data-hook:
chmod +x $(DESTDIR)$(datadir)/opkg/intercept/*
-EXTRA_DIST = $(intercept_DATA)
+EXTRA_DIST = $(intercept_DATA) tests/regress CONTRIBUTORS ChangeLog.ipkg
MAINTAINERCLEANFILES= \
configure \