ca38f6d57bd36728a8462f015198c850e0fae117
[claws.git] / src / plugins / perl / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 if BUILD_PERL_PLUGIN
4 plugin_LTLIBRARIES = perl.la
5 endif
6
7 perl_la_SOURCES = \
8         perl_plugin.c perl_plugin.h \
9         perl_gtk.c perl_gtk.h
10
11 perl_la_LDFLAGS = \
12         -avoid-version -module
13
14 perl_la_LIBADD = \
15         $(PERL_LDFLAGS) \
16         $(GTK_LIBS)
17
18 AM_CPPFLAGS = \
19         $(CLAWS_MAIL_CFLAGS) \
20         $(GLIB_CFLAGS) \
21         $(GTK_CFLAGS) \
22         $(PERL_CFLAGS)
23
24 INCLUDES = \
25         -I$(top_srcdir)/src \
26         -I$(top_srcdir)/src/common \
27         -I$(top_builddir)/src/common \
28         -I$(top_srcdir)/src/gtk