Do not build libfeed if RSSyl plugin is disabled.
authorAndrej Kacian <ticho@claws-mail.org>
Tue, 4 Aug 2015 07:18:19 +0000 (09:18 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Tue, 4 Aug 2015 08:08:49 +0000 (10:08 +0200)
Closes bug #1544, fix based on patch by Jean Diraison.

AUTHORS
src/plugins/rssyl/libfeed/Makefile.am

diff --git a/AUTHORS b/AUTHORS
index 7194f3c14790542822b94a50120f24e47de26b63..4bc665a6757304fdd4e9fc4db35b043771457a2c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -306,3 +306,4 @@ contributors (in addition to the above; based on Changelog)
        Johan Vromans
        Robert David
        Oliver Schneider
+       Jean Diraison
index 5ad331eb95cb0a313fab187654b1a4ed96050fb5..456e253eca0cba3cef94eff7f70726a4f4d08023 100644 (file)
@@ -1,4 +1,6 @@
+if BUILD_RSSYL_PLUGIN
 noinst_LTLIBRARIES = libfeed.la
+endif
 
 libfeed_la_CPPFLAGS = \
        -Wall \