2005-12-20 [colin] 1.9.100cvs97
[claws.git] / src / plugins / clamav / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = clamav_plugin.la
4
5 clamav_plugin_la_SOURCES = \
6         clamav_plugin.c clamav_plugin.h \
7         clamav_plugin_gtk.c clamav_plugin.h
8
9 clamav_plugin_la_LDFLAGS = \
10         -avoid-version -module \
11         $(GTK_LIBS) \
12         $(CLAMAV_LIBS)
13         
14 INCLUDES = \
15         -I$(top_srcdir)/src \
16         -I$(top_srcdir)/src/common \
17         -I$(top_srcdir)/src/gtk
18
19 AM_CPPFLAGS = \
20         $(ASPELL_CFLAGS) \
21         $(GLIB_CFLAGS) \
22         $(GTK_CFLAGS) 
23
24 EXTRA_DIST = \
25         README