From 1c66649aad21afe144ac9568e47f58b4aff88aba Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 28 Nov 2002 19:39:48 +0000 Subject: 2002-11-28 Marcus Brinkmann * NEWS: Add note about moving "gpgmeplug" to the "cryptplug" package. * README: Remove instructions related to "gpgmeplug". * configure.ac: Remove enable option "gpgmeplug" and automake conditional BUILD_GPGMEPLUG, as well as the status info about it. (GPGMEPLUG): Remove variable. * Makefile.am (gpgmeplug): Remove variable. (SUBDIRS): Remove ${gpgmeplug}. * cryptplug.h, gpgme-openpgp.c, gpgmeplug.dox, gpgme-smime.c, Makefile.am, gpgmeplug.c, ChangeLog: Files removed. CVSk: ---------------------------------------------------------------------- --- Makefile.am | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ac4728d6..24da3181 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Copyright (C) 2000 Werner Koch (dd9jn) -# Copyright (C) 2001 g10 Code GmbH +# Copyright (C) 2001, 2002 g10 Code GmbH # # This file is part of GPGME. # @@ -45,13 +45,7 @@ else tests = endif -if BUILD_GPGMEPLUG -gpgmeplug = gpgmeplug -else -gpgmeplug = -endif - -SUBDIRS = ${assuan} gpgme ${tests} doc ${bonobo} ${complus} ${gpgmeplug} +SUBDIRS = ${assuan} gpgme ${tests} doc ${bonobo} ${complus} # Fix the version of the spec file and create a file named VERSION # to be used for patch's Prereq: feature. -- cgit v1.2.3