claws-mail/src/plugins/clamav/Makefile.am
Christoph Hohmann e1aced26a3 0.9.4claws43
* configure.ac
        fix bug found by Ivan Rayner <ivanr@sgi.com>

* src/stock_pixmap.c
        change unecessary warning into a debug message

* src/plugins/clamav/Makefile.am
        Fix error "-I$(CLAMAV_LIBS)"
2003-08-29 13:48:48 +00:00

31 lines
538 B
Makefile

plugindir = $(pkglibdir)/plugins
plugin_LTLIBRARIES = clamav_plugin.la clamav_plugin_gtk.la
clamav_plugin_la_SOURCES = \
clamav_plugin.c clamav_plugin.h
clamav_plugin_la_LDFLAGS = \
-avoid-version -module \
$(GTK_LIBS) \
$(CLAMAV_LIBS)
clamav_plugin_gtk_la_SOURCES = \
clamav_plugin_gtk.c clamav_plugin.h
clamav_plugin_gtk_la_LDFLAGS = \
-avoid-version -module \
$(GTK_LIBS)
INCLUDES = \
-I../.. \
-I../../common \
-I../../gtk
AM_CPPFLAGS = \
$(ASPELL_CFLAGS) \
$(GLIB_CFLAGS) \
$(GTK_CFLAGS)
EXTRA_DIST = \
README