2013-02-20 [colin] 3.9.0cvs85
[claws.git] / src / plugins / spam_report / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = spamreport.la
4
5 spamreport_la_SOURCES = \
6          spam_report.c \
7          spam_report_prefs.c \
8          spam_report_prefs.h
9
10 spamreport_la_LDFLAGS = \
11         -avoid-version -module \
12         $(GTK_LIBS)
13
14 spamreport_la_LIBADD = \
15         $(CURL_LIBS) \
16         $(GTK_LIBS)
17
18 INCLUDES = \
19         -I$(top_srcdir)/src \
20         -I$(top_srcdir)/src/common \
21         -I$(top_builddir)/src/common \
22         -I$(top_srcdir)/src/gtk
23
24 AM_CPPFLAGS = \
25         -Wall \
26         $(CLAWS_MAIL_CFLAGS) \
27         $(GLIB_CFLAGS) \
28         $(CURL_CFLAGS) \
29         $(GTK_CFLAGS) \
30         -DLOCALEDIR=\""$(localedir)"\"