cd71a185d18ec5efd0fe928d864a3905f6bf31b5
[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 if CYGWIN
12 cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
13 else
14 cygwin_export_lib = 
15 endif
16
17 demo_la_LIBADD = $(cygwin_export_lib) \
18         $(GTK_LIBS) 
19 INCLUDES = \
20         -I$(top_srcdir)/src \
21         -I$(top_srcdir)/src/common 
22
23 AM_CPPFLAGS = \
24         $(GLIB_CFLAGS)