commit 200a466aad1859b890283e959c715c279f04373c
parent 4256dfbdc81c5a900cf577bae38847bb803a45c7
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Tue, 4 Aug 2015 09:18:19 +0200
Do not build libfeed if RSSyl plugin is disabled.
Closes bug #1544, fix based on patch by Jean Diraison.
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git 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
diff --git a/src/plugins/rssyl/libfeed/Makefile.am b/src/plugins/rssyl/libfeed/Makefile.am
@@ -1,4 +1,6 @@
+if BUILD_RSSYL_PLUGIN
noinst_LTLIBRARIES = libfeed.la
+endif
libfeed_la_CPPFLAGS = \
-Wall \