diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index efe8c9ce..d9ef9645 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,12 @@ EXTRA_DIST = README-alpha autogen.sh +if BUILD_ASSUAN +assuan = assuan +else +assuan = +endif + if BUILD_BONOBO bonobo = bonobo else @@ -39,4 +45,4 @@ else tests = endif -SUBDIRS = jnlib gpgme ${tests} doc ${bonobo} ${complus} +SUBDIRS = ${assuan} jnlib gpgme ${tests} doc ${bonobo} ${complus} |