support image/x-eps format via pdf_viewer
[claws.git] / src / plugins / bsfilter / Makefile.am
blob66eda0510e51abed36e87e1bd09733d28896cbbd
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_BSFILTER_PLUGIN
17 plugin_LTLIBRARIES = bsfilter.la
18 endif
20 bsfilter_la_LDFLAGS = \
21         $(plugin_ldflags) \
22         -avoid-version -module -z noexecstack
24 EXTRA_bsfilter_la_DEPENDENCIES = $(plugin_extra_deps)
26 bsfilter_la_LIBADD = $(plugin_libadd) \
27         $(GTK_LIBS) \
28         $(PTHREAD_LIBS)
30 bsfilter_la_CPPFLAGS = \
31         $(IFLAGS) \
32         $(GLIB_CFLAGS) \
33         $(GTK_CFLAGS) \
34         $(ENCHANT_CFLAGS)
36 bsfilter_la_SOURCES = \
37         bsfilter.c \
38         bsfilter.h \
39         bsfilter_gtk.c
41 .PHONY: test