Improve some sieve-related translations
[claws.git] / src / plugins / clamd / libclamd / Makefile.am
blob12adb3456763288b5cf4edd907d5a81132f5d23c
1 # Copyright 1999-2017 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 libclamd_plugin_la_CPPFLAGS = \
7         $(GLIB_CFLAGS) \
8         $(GTK_CFLAGS) \
9         -I$(top_srcdir) \
10         -I$(top_builddir) \
11         -I$(top_builddir)/src \
12         -I$(top_srcdir)/src \
13         -I$(top_srcdir)/src/common \
14         -I$(top_srcdir)/src/gtk
16 if BUILD_CLAMD_PLUGIN
17 noinst_LTLIBRARIES = libclamd-plugin.la
18 endif
20 libclamd_plugin_la_SOURCES = \
21       clamd-plugin.h \
22       clamd-plugin.c
24 noinst_HEADERS = clamd-plugin.h
26 libclamd_plugin_la_LIBADD = \
27         @GLIB_LIBS@ \
28         @GTK_LIBS@
30 .PHONY: test