2013-02-20 [colin] 3.9.0cvs82
[claws.git] / src / plugins / bogofilter / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = bogofilter.la
4
5 bogofilter_la_SOURCES = \
6         bogofilter.c bogofilter.h \
7         bogofilter_gtk.c 
8
9 bogofilter_la_LDFLAGS = \
10         -avoid-version -module
11
12 if CYGWIN
13 cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
14 else
15 cygwin_export_lib =
16 endif
17 bogofilter_la_LIBADD = $(cygwin_export_lib) \
18         $(GTK_LIBS)     \
19         $(MAEMO_LIBS)
20
21 INCLUDES = \
22         -I$(top_srcdir)/src \
23         -I$(top_srcdir)/src/common \
24         -I$(top_builddir)/src/common \
25         -I$(top_srcdir)/src/gtk
26
27 AM_CPPFLAGS = \
28         $(ENCHANT_CFLAGS) \
29         $(GLIB_CFLAGS) \
30         $(GTK_CFLAGS) \
31         $(MAEMO_CFLAGS)