[Commits] Makefile.am 1.1.2.11 1.1.2.12

miras at claws-mail.org miras at claws-mail.org
Wed Oct 17 12:10:38 CEST 2012


Update of /home/claws-mail/plugins/rssyl/src
In directory srv:/tmp/cvs-serv3186/src

Modified Files:
      Tag: gtk2
	Makefile.am 
Log Message:
2012-10-17 [mir]	0.33.0cvs9

	* configure.ac
	* src/Makefile.am
	    fix build system so that using make -e
	    does not break compilation.

Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/src/Attic/Makefile.am,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -d -r1.1.2.11 -r1.1.2.12
--- Makefile.am	29 Aug 2011 15:00:24 -0000	1.1.2.11
+++ Makefile.am	17 Oct 2012 10:10:36 -0000	1.1.2.12
@@ -53,13 +53,15 @@
 rssyl_la_DEPENDENCIES = $(plugin_deps)
 
 rssyl_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
-	$(GTK_LIBS)
+	$(GTK_LIBS) $(LIBXML_LIBS)
 
 AM_CPPFLAGS = \
 	-Wall \
 	$(CLAWS_MAIL_CFLAGS) \
 	$(GLIB_CFLAGS) \
 	$(GTK_CFLAGS) \
+	$(LIBXML_CFLAGS) \
+	$(CURL_CFLAGS) \
 	-DLOCALEDIR=\""$(localedir)"\" 
 
 rssyl_la_SOURCES = \



More information about the Commits mailing list