2005-07-16 [colin] 1.9.12cvs68
[claws.git] / src / plugins / pgpcore / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = pgpcore.la
4
5 pgpcore_la_SOURCES = \
6         passphrase.c \
7         plugin.c \
8         prefs_gpg.c \
9         select-keys.c \
10         sgpgme.c
11
12 pluginincludedir = $(pkgincludedir)/plugins/pgpcore
13 plugininclude_HEADERS = \
14         passphrase.h \
15         prefs_gpg.h \
16         select-keys.h \
17         sgpgme.h
18
19 pgpcore_la_LDFLAGS = \
20         -avoid-version -module
21
22 INCLUDES = \
23         -I../../ \
24         -I../../common \
25         -I../../gtk
26
27 AM_CPPFLAGS = \
28         $(GLIB_CFLAGS) \
29         $(GTK_CFLAGS) \
30         $(GPGME_CFLAGS)