2005-09-21 [paul] 1.9.14cvs47
[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../../common
13
14 AM_CPPFLAGS = \
15         $(GLIB_CFLAGS)