gpgme/gpgmeplug/Makefile.am

40 lines
1.6 KiB
Makefile
Raw Normal View History

# $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
2002-01-15 19:55:56 +00:00
# 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
2001-11-21 23:20:49 +00:00
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
2001-11-21 23:20:49 +00:00
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