summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-06-05 09:14:21 +0200
committerWerner Koch <wk@gnupg.org>2003-06-05 09:14:21 +0200
commitb7b07d36e89ce30b2cf4774ed0e36d2403777bab (patch)
treecb0cd2ecfa92a13b98ba03fd41909498e59cabf2 /Makefile.am
parentThis commit was manufactured by cvs2svn to create branch (diff)
downloadgnupg2-b7b07d36e89ce30b2cf4774ed0e36d2403777bab.tar.xz
gnupg2-b7b07d36e89ce30b2cf4774ed0e36d2403777bab.zip
A small step for GnuPG but a huge leap for error codes.
(Sorry, it does not build currently - I need to check it in to avoid duplicate work.)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d9a09264f..74e622051 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,11 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = scripts/config.rpath autogen.sh
+if BUILD_GPG
+gpg = g10
+else
+gpg =
+endif
if BUILD_GPGSM
sm = sm
else
@@ -39,9 +44,10 @@ else
scd =
endif
-SUBDIRS = m4 intl jnlib common kbx ${sm} ${agent} ${scd} po doc tests
+SUBDIRS = m4 intl jnlib common kbx ${gpg} ${sm} ${agent} ${scd} po doc tests
dist-hook:
@set -e; echo "$(VERSION)" > $(distdir)/VERSION
+