2013-02-17 [colin] 3.9.0cvs75
[claws.git] / src / plugins / clamd / libclamd / Makefile.am
1 INCLUDES = @GLIB_CFLAGS@ \
2                         @GTK_CFLAGS@ \
3                         -I$(top_srcdir) \
4                         -I$(top_builddir) \
5                         $(CLAWS_MAIL_CFLAGS) \
6                 -I$(top_srcdir)/src \
7                 -I$(top_srcdir)/src/common \
8                 -I$(top_srcdir)/src/gtk
9
10 noinst_LTLIBRARIES = libclamd-plugin.la
11
12 libclamd_plugin_la_SOURCES = \
13                       clamd-plugin.h \
14                       clamd-plugin.c
15
16 noinst_HEADERS = clamd-plugin.h
17
18 libclamd_plugin_la_LIBADD = \
19                                 @GLIB_LIBS@ \
20                                 @GTK_LIBS@