aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-11-28 19:39:48 +0000
committerMarcus Brinkmann <[email protected]>2002-11-28 19:39:48 +0000
commit1c66649aad21afe144ac9568e47f58b4aff88aba (patch)
tree4b3ce3b61b1f08aa929d4426caad79ee89f5c4eb /gpgmeplug/Makefile.am
parent2002-11-25 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-1c66649aad21afe144ac9568e47f58b4aff88aba.tar.gz
gpgme-1c66649aad21afe144ac9568e47f58b4aff88aba.zip
2002-11-28 Marcus Brinkmann <[email protected]>
* 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: ----------------------------------------------------------------------
Diffstat (limited to '')
-rw-r--r--gpgmeplug/Makefile.am39
1 files changed, 0 insertions, 39 deletions
diff --git a/gpgmeplug/Makefile.am b/gpgmeplug/Makefile.am
deleted file mode 100644
index 78422a03..00000000
--- a/gpgmeplug/Makefile.am
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id$
-#
-# Makefile.am - Automake specification file for GPGMEPLUG.
-# GPGMEPLUG is a GPGME based cryptography plug-in
-# following the common CRYPTPLUG specification.
-#
-# Copyright (C) 2001 by Klar?lvdalens Datakonsult AB
-# Copyright (C) 2002 g10 Code GmbH
-#
-# GPGMEPLUG is free software; you can redistribute it and/or modify
-# it under the terms of GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# GPGMEPLUG is distributed in the hope that it will be useful,
-# it under the terms of GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-#
-## Process this file with automake to produce Makefile.in
-
-INCLUDES = -I$(top_srcdir)/gpgme
-
-pkglib_LTLIBRARIES = gpgme-openpgp.la gpgme-smime.la
-
-gpgme_openpgp_la_SOURCES = cryptplug.h gpgme-openpgp.c
-EXTRA_gpgme_openpgp_la_SOURCES = gpgmeplug.c
-gpgme_openpgp_la_LIBADD = ../gpgme/libgpgme.la
-gpgme_openpgp_la_LDFLAGS = -module -avoid-version
-
-gpgme_smime_la_SOURCES = cryptplug.h gpgme-smime.c
-EXTRA_gpgme_smime_la_SOURCES = gpgmeplug.c
-gpgme_smime_la_LIBADD = ../gpgme/libgpgme.la
-gpgme_smime_la_LDFLAGS = -module -avoid-version