replace the relic sc: with cm:
[claws.git] / src / plugins / bogofilter / Makefile.am
blobcefa3fab13c5bff8e29b1d4a20d8f68a84c81d0c
1 # Copyright 1999-2014 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 plugindir = $(pkglibdir)/plugins
8 if BUILD_BOGOFILTER_PLUGIN
9 plugin_LTLIBRARIES = bogofilter.la
10 endif
12 bogofilter_la_SOURCES = \
13         bogofilter.c bogofilter.h \
14         bogofilter_gtk.c 
16 bogofilter_la_LDFLAGS = \
17         -avoid-version -module -z noexecstack
19 if CYGWIN
20 cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
21 else
22 cygwin_export_lib =
23 endif
24 bogofilter_la_LIBADD = $(cygwin_export_lib) \
25         $(GTK_LIBS)
27 bogofilter_la_CPPFLAGS = \
28         -I$(top_srcdir)/src \
29         -I$(top_srcdir)/src/common \
30         -I$(top_builddir)/src \
31         -I$(top_srcdir)/src/gtk \
32         $(ENCHANT_CFLAGS) \
33         $(GLIB_CFLAGS) \
34         $(GTK_CFLAGS)
36 .PHONY: test