aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-09-18 13:23:18 +0000
committerWerner Koch <[email protected]>2006-09-18 13:23:18 +0000
commitf132e66f4967293bcf9c35a228084a2dd6912ddb (patch)
tree04e0d124c4c779737b8f4eb0758aa487d77e15c2 /Makefile.am
parentAdded common certificates. (diff)
downloadgnupg-1.9.23.tar.gz
gnupg-1.9.23.zip
Ready for another releasegnupg-1.9.23
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 11875afb0..a06800547 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,16 @@ scd = scd
else
scd =
endif
+if BUILD_TOOLS
+scd = tools
+else
+scd =
+endif
+if BUILD_DOC
+scd = doc
+else
+scd =
+endif
if HAVE_W32_SYSTEM
tests =
@@ -64,7 +74,7 @@ tests = tests
endif
SUBDIRS = m4 intl gl jnlib common ${kbx} \
- ${gpg} ${keyserver} ${sm} ${agent} ${scd} tools po doc ${tests}
+ ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${tools} po ${doc} ${tests}
dist-hook:
@set -e; \