Improve some sieve-related translations
[claws.git] / src / plugins / fancy / Makefile.am
blob61c2e42d1069500bcc59c3a6dade33bc1e4be07c
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_srcdir)/src \
11         -I$(top_srcdir)/src/common \
12         -I$(top_srcdir)/src/gtk
14 plugindir = $(pkglibdir)/plugins
16 if BUILD_FANCY_PLUGIN
17 plugin_LTLIBRARIES = fancy.la
18 endif
20 fancy_la_LDFLAGS = \
21         $(plugin_ldflags) \
22         -avoid-version -module
24 EXTRA_fancy_la_DEPENDENCIES = $(plugin_extra_deps)
26 fancy_la_LIBADD = $(plugin_libadd) \
27         $(GTK_LIBS) \
28         $(WEBKIT_LIBS) \
29         $(LIBSOUP_GNOME_LIBS) \
30         $(CURL_LIBS)
32 fancy_la_CPPFLAGS = \
33         $(IFLAGS) \
34         $(GLIB_CFLAGS) \
35         $(GTK_CFLAGS) \
36         $(ENCHANT_CFLAGS) \
37         $(WEBKIT_CFLAGS) \
38         $(LIBSOUP_GNOME_CFLAGS) \
39         $(CURL_CFLAGS)
41 fancy_la_SOURCES = \
42         fancy_prefs.c \
43         fancy_prefs.h \
44         fancy_viewer.c \
45         fancy_viewer.h
47 .PHONY: test