2013-02-20 [colin] 3.9.0cvs82
[claws.git] / src / plugins / newmail / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = newmail.la
4
5 newmail_la_SOURCES = \
6         newmail.c
7
8 newmail_la_LDFLAGS = \
9         -avoid-version -module
10
11 AM_CPPFLAGS = \
12         $(CLAWS_MAIL_CFLAGS) \
13         $(GLIB_CFLAGS) \
14         $(GTK_CFLAGS)
15
16 INCLUDES = \
17         -I$(top_srcdir)/src \
18         -I$(top_srcdir)/src/common \
19         -I$(top_builddir)/src/common \
20         -I$(top_srcdir)/src/gtk