summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-04-29 12:37:24 +0200
committerWerner Koch <wk@gnupg.org>2003-04-29 12:37:24 +0200
commit8cdc83cdb5c81404e46a699f52be68d6728a16b0 (patch)
treed7b1804db37320d3c017607a7e6c67f3a36366d6 /Makefile.am
parentCopied wrong files. Fixed. (diff)
downloadgnupg2-8cdc83cdb5c81404e46a699f52be68d6728a16b0.tar.xz
gnupg2-8cdc83cdb5c81404e46a699f52be68d6728a16b0.zip
* configure.ac (ALL_LINUGAS): Removed.
* Makefile.am (ACLOCAL_AMFLAGS): New. * configure.ac (AM_GNU_GETTEXT_VERSION): New. Set to 0.11.5.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index ccfc98fb2..d9a09264f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,9 @@
## Process this file with automake to produce Makefile.in
-EXTRA_DIST = autogen.sh
+ACLOCAL_AMFLAGS = -I m4
+
+EXTRA_DIST = scripts/config.rpath autogen.sh
if BUILD_GPGSM
sm = sm
@@ -37,11 +39,9 @@ else
scd =
endif
-SUBDIRS = intl jnlib assuan common kbx ${sm} ${agent} ${scd} po doc tests
+SUBDIRS = m4 intl jnlib common kbx ${sm} ${agent} ${scd} po doc tests
dist-hook:
@set -e; echo "$(VERSION)" > $(distdir)/VERSION
-
-