2007-05-31 [wwp] 2.9.2cvs23
[claws.git] / src / plugins / dillo_viewer / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = dillo_viewer.la
4
5 dillo_viewer_la_SOURCES = \
6          dillo_viewer.c \
7          dillo_prefs.c dillo_prefs.h
8
9 dillo_viewer_la_LDFLAGS = \
10         -avoid-version -module
11
12 if CYGWIN
13 cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
14 else
15 cygwin_export_lib =
16 endif
17 dillo_viewer_la_LIBADD = $(cygwin_export_lib) \
18         $(GTK_LIBS)
19
20 INCLUDES = \
21         -I$(top_srcdir)/src \
22         -I$(top_srcdir)/src/common \
23         -I$(top_srcdir)/src/gtk
24
25 AM_CPPFLAGS = \
26         $(ASPELL_CFLAGS) \
27         $(GLIB_CFLAGS) \
28         $(GTK_CFLAGS) \
29         $(OPENSSL_CFLAGS)