91806bb0d20dfcfa359114a4105b055701c5f438
[claws.git] / src / plugins / demo / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 if BUILD_DEMO_PLUGIN
4 plugin_LTLIBRARIES = demo.la
5 endif
6
7 demo_la_SOURCES = \
8         demo.c
9
10 demo_la_LDFLAGS = \
11         -avoid-version -module
12
13 if CYGWIN
14 cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
15 else
16 cygwin_export_lib = 
17 endif
18
19 demo_la_LIBADD = $(cygwin_export_lib) \
20         $(GTK_LIBS) 
21
22 demo_la_CPPFLAGS = \
23         -I$(top_srcdir)/src \
24         -I$(top_builddir)/src/common \
25         -I$(top_srcdir)/src/common \
26         $(GLIB_CFLAGS)