From 200a466aad1859b890283e959c715c279f04373c Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Tue, 4 Aug 2015 09:18:19 +0200 Subject: [PATCH] Do not build libfeed if RSSyl plugin is disabled. Closes bug #1544, fix based on patch by Jean Diraison. --- AUTHORS | 1 + src/plugins/rssyl/libfeed/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 7194f3c14..4bc665a67 100644 --- 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 index 5ad331eb9..456e253ec 100644 --- 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 \ -- 2.25.1