[Commits] Makefile.am 1.1.2.12 1.1.2.13
miras at claws-mail.org
miras at claws-mail.org
Wed Oct 17 13:39:17 CEST 2012
Update of /home/claws-mail/plugins/rssyl/src
In directory srv:/tmp/cvs-serv10735/src
Modified Files:
Tag: gtk2
Makefile.am
Log Message:
2012-10-17 [mir] 0.33.0cvs10
* configure.ac
* src/Makefile.am
Add missing LIBADD to curl libs (-lcurl)
Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/src/Attic/Makefile.am,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -d -r1.1.2.12 -r1.1.2.13
--- Makefile.am 17 Oct 2012 10:10:36 -0000 1.1.2.12
+++ Makefile.am 17 Oct 2012 11:39:15 -0000 1.1.2.13
@@ -53,7 +53,7 @@
rssyl_la_DEPENDENCIES = $(plugin_deps)
rssyl_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
- $(GTK_LIBS) $(LIBXML_LIBS)
+ $(GTK_LIBS) $(LIBXML_LIBS) $(CURL_LIBS)
AM_CPPFLAGS = \
-Wall \
More information about the Commits
mailing list