aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/Makefile.am
blob: d4c51af39dd1236527abe78e3327e2010b70e693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#  $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
#
#  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

#LDADD = ../gpgme/libgpgme.la
libgpgmeplug_la_LIBADD = ../gpgme/libgpgme.la
libgpgsmplug_la_LIBADD = ../gpgme/libgpgme.la

BUILT_SOURCES =

#noinst_LIBRARIES = libgpgmeplug.a
#noinst_LTLIBRARIES = libgpgmeplug.la

lib_LTLIBRARIES = libgpgmeplug.la libgpgsmplug.la


libgpgmeplug_la_LDFLAGS = -shared -Wl,-soname,libgpgmeplug.so
libgpgsmplug_la_LDFLAGS = -shared -Wl,-soname,libgpgsmplug.so

libgpgmeplug_la_SOURCES = gpgme.h \
	cryptplug.h \
	gpgmeplug.c

libgpgsmplug_la_SOURCES = gpgme.h \
	cryptplug.h \
	gpgmeplug.c