From 460b1748137d1834e712fcb5aafb2f36e4d2a7d9 Mon Sep 17 00:00:00 2001 From: paul.betafive@gmail.com Date: Sat, 10 Aug 2013 10:04:02 -0400 Subject: 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 git-svn-id: http://opkg.googlecode.com/svn/trunk@654 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- 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 \ -- cgit v0.9.1