diff options
author | Werner Koch <wk@gnupg.org> | 2000-08-18 14:23:17 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2000-08-18 14:23:17 +0200 |
commit | c9c709545aef163b7f9c1e4d7ca01db34f6dab40 (patch) | |
tree | b7683e80e54f04d299f5621870352632d111f907 /Makefile.am | |
parent | See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch (diff) | |
download | gnupg2-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.am | 9 |
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 |