[Commits] Makefile.am 1.1.2.4 1.1.2.5

colin at claws-mail.org colin at claws-mail.org
Wed Feb 20 17:59:02 CET 2013


Update of /home/claws-mail/claws/src/plugins/spam_report
In directory srv:/tmp/cvs-serv8396/src/plugins/spam_report

Modified Files:
      Tag: gtk2
	Makefile.am 
Log Message:
2013-02-20 [colin]	3.9.0cvs96

	* src/plugins/att_remover/Makefile.am
	* src/plugins/fetchinfo/Makefile.am
	* src/plugins/spam_report/Makefile.am
		Fix missed parts for w32

Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/claws/src/plugins/spam_report/Attic/Makefile.am,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- Makefile.am	20 Feb 2013 16:40:46 -0000	1.1.2.4
+++ Makefile.am	20 Feb 2013 16:59:00 -0000	1.1.2.5
@@ -53,13 +53,16 @@
 	 spam_report_prefs.h
 
 spamreport_la_LDFLAGS = \
+	$(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
 	-avoid-version -module \
 	$(GTK_LIBS)
 
-spamreport_la_LIBADD = \
+spamreport_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
 	$(CURL_LIBS) \
 	$(GTK_LIBS)
 
+spamreport_la_DEPENDENCIES = $(plugin_deps)
+
 INCLUDES = \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \



More information about the Commits mailing list