X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Fclamav%2FMakefile.am;h=64180073a922e2a2f88c9a83c7e9ea0b60672597;hp=7e5f04ee5c1830151563cfc9bc2b5bac87fc5ec3;hb=97b10e2ad24d9965f3cb99708d2462e89cab9547;hpb=146ae159505749684fd5524306d717372e2856b8;ds=sidebyside diff --git a/src/plugins/clamav/Makefile.am b/src/plugins/clamav/Makefile.am index 7e5f04ee5..64180073a 100644 --- a/src/plugins/clamav/Makefile.am +++ b/src/plugins/clamav/Makefile.am @@ -1,32 +1,25 @@ plugindir = $(pkglibdir)/plugins -plugin_LTLIBRARIES = clamav_plugin.la clamav_plugin_gtk.la +plugin_LTLIBRARIES = clamav_plugin.la clamav_plugin_la_SOURCES = \ - clamav_plugin.c clamav_plugin.h - -clamav_plugin_la_LDFLAGS = \ - -avoid-version -module \ - $(GTK_LIBS) - -clamav_plugin_gtk_la_SOURCES = \ + clamav_plugin.c clamav_plugin.h \ clamav_plugin_gtk.c clamav_plugin.h -clamav_plugin_gtk_la_LDFLAGS = \ +clamav_plugin_la_LDFLAGS = \ -avoid-version -module \ - $(GTK_LIBS) - + $(GTK_LIBS) \ + $(CLAMAV_LIBS) + INCLUDES = \ -I../.. \ -I../../common \ - -I../../gtk \ - $(CLAMAV_CFLAGS) \ - -I$(includedir) + -I../../gtk -CPPFLAGS = \ +AM_CPPFLAGS = \ $(ASPELL_CFLAGS) \ $(GLIB_CFLAGS) \ - $(GTK_CFLAGS) + $(GTK_CFLAGS) EXTRA_DIST = \ README