2005-12-20 [colin] 1.9.100cvs97
[claws.git] / src / plugins / demo / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = demo.la
4
5 demo_la_SOURCES = \
6         demo.c
7
8 demo_la_LDFLAGS = \
9         -avoid-version -module
10
11 INCLUDES = \
12         -I$(top_srcdir)/src \
13         -I$(top_srcdir)/src/common 
14
15 AM_CPPFLAGS = \
16         $(GLIB_CFLAGS)