]> git.draconx.ca Git - dxcommon.git/blobdiff - Makefile.am
Partially fix "make distcheck".
[dxcommon.git] / Makefile.am
index 20116257eabdff9216eabf8aba4f11057458f884..63f102374ce1138d6a13ab54c5a08cf89c1309cc 100644 (file)
@@ -8,6 +8,12 @@ ACLOCAL_AMFLAGS = -I m4
 
 AM_CPPFLAGS = -I$(top_srcdir)/src $(STUB_INCLUDES)
 
+EXTRA_DIST = scripts/fix-gnulib.pl scripts/fix-ltdl.pl \
+             scripts/gen-options.awk scripts/gen-strtab.awk \
+             scripts/gen-tree.awk scripts/join.awk scripts/pe-subsys.awk \
+             src/copysym.h src/help.h src/pack.h src/tap.h t/getopt/getopt.h \
+             t/nls/gettext.h t/nls/mbswidth.h tests/data/gnulib.mk
+
 check_LIBRARIES = t/libdummy.a t/libempty.a
 
 check_PROGRAMS = t/packtestu t/packtests t/packtestu64 t/packtests64
@@ -54,7 +60,6 @@ libnlscopysym_a_CPPFLAGS = $(AM_CPPFLAGS) -DENABLE_NLS
 libnlscopysym_a_SHORTNAME = nls
 
 DISTCLEANFILES =
-EXTRA_DIST =
 SUFFIXES =
 
 include $(top_srcdir)/snippet/autotest.mk