sync 098claws
[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         $(GTK_LIBS)
12
13 INCLUDES = \
14         -I../.. \
15         -I../../common \
16         -I../../gtk
17
18 AM_CPPFLAGS = \
19         $(ASPELL_CFLAGS) \
20         $(GLIB_CFLAGS) \
21         $(GTK_CFLAGS) \
22         $(OPENSSL_CFLAGS)