diff options
-rw-r--r-- | Makefile.am | 2 |
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 \ |