From 75e7fc2e245aabf7c67d2374a51b60c96b0303f9 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 21 Nov 2001 21:31:07 +0000 Subject: 2001-11-21 Marcus Brinkmann * Makefile.am (gpgmeplug): New variable, set to gpgmeplug if [BUILD_GPGMEPLUG]. * configure.ac (AC_CONFIG_FILES): Add gpgmeplug/Makefile. Support --enable-gpgmeplug. --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d9ef9645..5ed1b623 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,4 +45,10 @@ else tests = endif -SUBDIRS = ${assuan} jnlib gpgme ${tests} doc ${bonobo} ${complus} +if BUILD_GPGMEPLUG +gpgmeplug = gpgmeplug +else +gpgmeplug = +endif + +SUBDIRS = ${assuan} jnlib gpgme ${tests} doc ${bonobo} ${complus} ${gpgmeplug} -- cgit v1.2.3