Improve some sieve-related translations
[claws.git] / src / plugins / pgpinline / Makefile.am
blobf191651a9eb07f23a5f829000b9a94b75d4f530e
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 = pgpinline.deps
10 IFLAGS = \
11         -I$(top_builddir)/src/common \
12         -I$(top_srcdir)/src \
13         -I$(top_srcdir)/src/common \
14         -I$(top_srcdir)/src/gtk
16 include $(srcdir)/../win_pgpcore.mk
18 plugindir = $(pkglibdir)/plugins
19 plugin_DATA=pgpinline.deps
21 if BUILD_PGPINLINE_PLUGIN
22 plugin_LTLIBRARIES = pgpinline.la
23 endif
25 pgpinline_la_LDFLAGS = \
26         $(plugin_ldflags) \
27         -avoid-version -module 
29 EXTRA_pgpinline_la_DEPENDENCIES = $(plugin_extra_deps)
31 pgpinline_la_LIBADD = $(plugin_libadd) \
32         $(GTK_LIBS)  \
33         $(GPGME_LIBS)
35 pgpinline_la_CPPFLAGS = \
36         $(IFLAGS) \
37         $(GLIB_CFLAGS) \
38         $(GTK_CFLAGS) \
39         $(GPGME_CFLAGS) \
40         -Wno-deprecated-declarations
42 pgpinline_la_SOURCES = \
43         pgpinline.c \
44         pgpinline.h \
45         plugin.c
47 .PHONY: test