plugindir = $(pkglibdir)/plugins plugin_LTLIBRARIES = bogofilter.la bogofilter_la_SOURCES = \ bogofilter.c bogofilter.h \ bogofilter_gtk.c bogofilter_la_LDFLAGS = \ -avoid-version -module -no-undefined if CYGWIN cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail else cygwin_export_lib = endif bogofilter_la_LIBADD = $(cygwin_export_lib) \ $(GTK_LIBS) \ $(OPENSSL_LIBS) INCLUDES = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/common \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ $(ASPELL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ $(OPENSSL_CFLAGS)