Improve some sieve-related translations
[claws.git] / src / plugins / pgpcore / Makefile.am
blob897a32b1f3cdc577f000407fbf10dd71b0e1e58a
1 # Copyright 1999-2022 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
6 include $(srcdir)/../win_plugin.mk
8 IFLAGS = \
9         -I$(top_builddir)/src \
10         -I$(top_builddir)/src/common \
11         -I$(top_srcdir)/src \
12         -I$(top_srcdir)/src/common \
13         -I$(top_srcdir)/src/gtk
15 plugindir = $(pkglibdir)/plugins
17 if BUILD_PGPCORE_PLUGIN
18 plugin_LTLIBRARIES = pgpcore.la
19 endif
21 pgpcore_la_LDFLAGS = \
22         $(plugin_ldflags) \
23         -avoid-version -module 
25 EXTRA_pgpcore_la_DEPENDENCIES = $(plugin_extra_deps)
27 pgpcore_la_LIBADD = $(plugin_libadd) \
28         $(GTK_LIBS) \
29         $(GPGME_LIBS) \
30         $(ENCHANT_LIBS)
32 pgpcore_la_CPPFLAGS = \
33         $(IFLAGS) \
34         $(GLIB_CFLAGS) \
35         $(GTK_CFLAGS) \
36         $(GPGME_CFLAGS) \
37         $(ENCHANT_CFLAGS) \
38         -Wno-deprecated-declarations
40 pgpcore_la_SOURCES = \
41         autocompletion.c \
42         autocompletion.h \
43         passphrase.c \
44         passphrase.h \
45         pgp_utils.c \
46         pgp_utils.h \
47         pgp_viewer.c \
48         pgp_viewer.h \
49         plugin.c \
50         prefs_gpg.c \
51         prefs_gpg.h \
52         select-keys.c \
53         select-keys.h \
54         sgpgme.c \
55         sgpgme.h
57 pluginincludedir = $(pkgincludedir)/plugins/pgpcore
58 plugininclude_HEADERS = \
59         passphrase.h \
60         pgp_utils.h \
61         prefs_gpg.h \
62         sgpgme.h