Improve some sieve-related translations
[claws.git] / src / plugins / pgpmime / Makefile.am
blob1e6cc7f94d6e7483780875eba6fd1827c76db13b
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 EXTRA_DIST = pgpmime.deps
10 IFLAGS = \
11         -I$(top_builddir)/src \
12         -I$(top_builddir)/src/common \
13         -I$(top_srcdir)/src \
14         -I$(top_srcdir)/src/common \
15         -I$(top_srcdir)/src/gtk
17 include $(srcdir)/../win_pgpcore.mk
19 plugindir = $(pkglibdir)/plugins
20 plugin_DATA=pgpmime.deps
22 if BUILD_PGPMIME_PLUGIN
23 plugin_LTLIBRARIES = pgpmime.la
24 endif
26 pgpmime_la_LDFLAGS = \
27         $(plugin_ldflags) \
28         -avoid-version -module 
30 EXTRA_pgpmime_la_DEPENDENCIES = $(plugin_extra_deps)
32 pgpmime_la_LIBADD = $(plugin_libadd) \
33         $(GTK_LIBS) \
34         $(GPGME_LIBS) \
35         $(ENCHANT_LIBS)
37 pgpmime_la_CPPFLAGS = \
38         $(IFLAGS) \
39         $(GLIB_CFLAGS) \
40         $(GTK_CFLAGS) \
41         $(GPGME_CFLAGS) \
42         $(ENCHANT_CFLAGS) \
43         -Wno-deprecated-declarations
45 pgpmime_la_SOURCES = \
46         pgpmime.c \
47         pgpmime.h \
48         plugin.c
50 .PHONY: test