diff options
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0f9b4a5..f457c5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,10 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = lib libidu intl src lisp po doc testsuite +SUBDIRS = lib libidu intl src lisp m4 po doc testsuite -EXTRA_DIST = @README_ALPHA@ +# Remove this file here (it is created via configure), not from within intl. +DISTCLEANFILES = intl/libintl.h + +EXTRA_DIST = Makefile.maint GNUmakefile @README_ALPHA@ + +ACLOCAL_AMFLAGS = -I m4 |