diff options
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 |