diff options
Diffstat (limited to 'trunk/Makefile.am')
-rw-r--r-- | trunk/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/trunk/Makefile.am b/trunk/Makefile.am index efe8c9ce..d9ef9645 100644 --- a/trunk/Makefile.am +++ b/trunk/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} |