[xmltooling] 16/19: Factor out the Xerces library dependence

Ferenc Wágner wferi-guest at moszumanska.debian.org
Thu Jul 21 18:19:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to branch patch-queue/debian/experimental
in repository xmltooling.

commit 92ce243f65b6124dced1c0d95fc0ca2f756482d5
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Thu Jul 7 13:31:24 2016 +0200

    Factor out the Xerces library dependence
---
 xmltoolingtest/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/xmltoolingtest/Makefile.am b/xmltoolingtest/Makefile.am
index 480294b..37325a7 100644
--- a/xmltoolingtest/Makefile.am
+++ b/xmltoolingtest/Makefile.am
@@ -8,10 +8,11 @@ xmltoolingtest_CXXFLAGS = $(CXXTESTFLAGS)
 xmltoolingtest_CPPFLAGS = $(xerces_CFLAGS)
 if BUILD_XMLSEC
 xmltoolingtest_CPPFLAGS += $(XMLSEC_CFLAGS)
-xmltoolingtest_LDADD = $(top_builddir)/xmltooling/libxmltooling.la $(XMLSEC_LIBS) $(xerces_LIBS)
+xmltoolingtest_LDADD = $(top_builddir)/xmltooling/libxmltooling.la $(XMLSEC_LIBS)
 else
-xmltoolingtest_LDADD = $(top_builddir)/xmltooling/libxmltooling-lite.la $(xerces_LIBS)
+xmltoolingtest_LDADD = $(top_builddir)/xmltooling/libxmltooling-lite.la
 endif
+xmltoolingtest_LDADD += $(xerces_LIBS)
 
 if BUILD_XMLSEC
 xmlsec_sources = \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git



More information about the Pkg-shibboleth-devel mailing list