Fixed typo introduced after 0.9.3claws92 that prevented compilation; Updated Makefile...
[claws.git] / src / plugins / spamassassin / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = spamassassin.la spamassassin_gtk.la
4
5 spamassassin_la_SOURCES = \
6         spamassassin.c spamassassin.h \
7         libspamc.c libspamc.h \
8         utils.c utils.h
9
10 spamassassin_la_LDFLAGS = \
11         -avoid-version -module \
12         $(GTK_LIBS)
13
14 spamassassin_gtk_la_SOURCES = \
15         spamassassin_gtk.c spamassassin.h
16
17 spamassassin_gtk_la_LDFLAGS = \
18         -avoid-version -module \
19         $(GTK_LIBS) \
20         $(OPENSSL_LIBS)
21
22 INCLUDES = \
23         -I../.. \
24         -I../../common \
25         -I../../gtk
26
27 AM_CPPFLAGS = \
28         $(ASPELL_CFLAGS) \
29         $(GLIB_CFLAGS) \
30         $(GTK_CFLAGS) \
31         $(OPENSSL_CFLAGS)
32
33 EXTRA_DIST = \
34         README