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