Improve some sieve-related translations
[claws.git] / src / plugins / dillo / Makefile.am
blob9be3c1f916c7b44de20ca0822955ec979b7d9732
1 # Copyright 1999-2014 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
6 plugindir = $(pkglibdir)/plugins
8 if BUILD_DILLO_PLUGIN
9 plugin_LTLIBRARIES = dillo.la
10 endif
12 dillo_la_SOURCES = \
13      dillo_viewer.c \
14      dillo_prefs.c \
15          dillo_prefs.h
17 dillo_la_LDFLAGS = \
18         -avoid-version -module
20 if CYGWIN
21 cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
22 else
23 cygwin_export_lib =
24 endif
26 dillo_la_LIBADD = $(cygwin_export_lib) \
27         $(GTK_LIBS) 
29 dillo_la_CPPFLAGS = \
30         -I$(top_srcdir)/src \
31         -I$(top_builddir)/src \
32         -I$(top_srcdir)/src/common \
33         -I$(top_srcdir)/src/gtk \
34         $(GLIB_CFLAGS) \
35         $(GTK_CFLAGS) \
36         $(ENCHANT_CFLAGS)
38 .PHONY: test