From a441158cc77391ba8857928f01fd20ac1569ad85 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 20 Nov 2001 05:27:46 +0000 Subject: 2001-11-20 Marcus Brinkmann * Makefile.am (SUBDIRS): Support building the assuan library (currently if GPGSM_PATH is set).. * configure.ac: Support building the assuan library. * assuan: New directory, populated with the Assuan library (copied from the newpg repository). gpgme/ 2001-11-20 Marcus Brinkmann * Makefile.am (libgpgme_la_INCLUDES): Remove obsolete directive. (AM_CPPFLAGS): New directive [BUILD_ASSUAN]. (libgpgme_la_LIBADD): Likewise. --- configure.ac | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 55ab067f..bf3a5719 100644 --- a/configure.ac +++ b/configure.ac @@ -177,6 +177,9 @@ dnl dnl Create config files dnl +/* FIXME: Only build if supported. */ +AM_CONDITIONAL(BUILD_ASSUAN, test "$GPGSM" != "no") + AM_CONDITIONAL(BUILD_COMPLUS, test "$component_system" = "COM+") AM_CONDITIONAL(BUILD_BONOBO, test "$component_system" = "Bonobo") @@ -190,8 +193,9 @@ GPGME_CFLAGS="" AC_SUBST(GPGME_LIBS) AC_SUBST(GPGME_CFLAGS) -AC_CONFIG_FILES(Makefile jnlib/Makefile gpgme/Makefile tests/Makefile - doc/Makefile bonobo/Makefile complus/Makefile) +AC_CONFIG_FILES(Makefile assuan/Makefile jnlib/Makefile gpgme/Makefile + tests/Makefile doc/Makefile + bonobo/Makefile complus/Makefile) AC_CONFIG_FILES(gpgme/gpgme-config, chmod +x gpgme/gpgme-config) AC_OUTPUT -- cgit v1.2.3