7e5f04ee5c1830151563cfc9bc2b5bac87fc5ec3
[claws.git] / src / plugins / clamav / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = clamav_plugin.la clamav_plugin_gtk.la
4
5 clamav_plugin_la_SOURCES = \
6         clamav_plugin.c clamav_plugin.h
7
8 clamav_plugin_la_LDFLAGS = \
9         -avoid-version -module \
10         $(GTK_LIBS)
11
12 clamav_plugin_gtk_la_SOURCES = \
13         clamav_plugin_gtk.c clamav_plugin.h
14
15 clamav_plugin_gtk_la_LDFLAGS = \
16         -avoid-version -module \
17         $(GTK_LIBS)
18
19 INCLUDES = \
20         -I../.. \
21         -I../../common \
22         -I../../gtk \
23         $(CLAMAV_CFLAGS) \
24         -I$(includedir)
25
26 CPPFLAGS = \
27         $(ASPELL_CFLAGS) \
28         $(GLIB_CFLAGS) \
29         $(GTK_CFLAGS)
30
31 EXTRA_DIST = \
32         README