0.8.8claws3
[claws.git] / src / plugins / demo / Makefile.am
1 libdir = $(PLUGINDIR)
2
3 lib_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 CPPFLAGS = \
15         $(GLIB_CFLAGS)