summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2000-08-18 14:23:17 +0200
committerWerner Koch <wk@gnupg.org>2000-08-18 14:23:17 +0200
commitc9c709545aef163b7f9c1e4d7ca01db34f6dab40 (patch)
treeb7683e80e54f04d299f5621870352632d111f907 /Makefile.am
parentSee ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch (diff)
downloadgnupg2-c9c709545aef163b7f9c1e4d7ca01db34f6dab40.tar.xz
gnupg2-c9c709545aef163b7f9c1e4d7ca01db34f6dab40.zip
See ChangeLog: Fri Aug 18 14:27:14 CEST 2000 Werner Koch
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c05fa23d9..b9983fd19 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,14 @@ else
checks = checks
endif
-SUBDIRS = intl zlib jnlib util mpi cipher ${gcrypt} g10 po tools doc ${checks}
+if COMPILE_AGENT
+agent = agent
+else
+agent =
+endif
+
+SUBDIRS = intl zlib jnlib util mpi cipher ${gcrypt} g10 po tools \
+ ${agent} doc ${checks}
EXTRA_DIST = README-alpha VERSION PROJECTS BUGS
# gettext never gets it right, so we take here care of deleting the
# symlink. my_clean_gcrypt is just a kludge until we can include