[cpp-xmltooling] 03/03: Remove zlib flags workaround.
Scott Cantor
cantor.2 at osu.edu
Fri Jun 22 16:22:09 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=a103995f48ea6ce7000e40dd0bc64ac1fbd4c5a2
commit a103995f48ea6ce7000e40dd0bc64ac1fbd4c5a2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 22 16:22:01 2018 -0400
Remove zlib flags workaround.
---
xmltooling/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am
index a916421..02e6250 100644
--- a/xmltooling/Makefile.am
+++ b/xmltooling/Makefile.am
@@ -227,8 +227,8 @@ if BUILD_XMLSEC
libxmltooling_la_SOURCES = \
${common_sources} \
${xmlsec_sources}
-libxmltooling_la_CXXFLAGS = $(XMLSEC_CFLAGS) $(zlib_CFLAGS) $(common_CXXFLAGS)
-libxmltooling_la_LIBADD = $(XMLSEC_LIBS) $(zlib_LIBS) $(common_LIBADD)
+libxmltooling_la_CXXFLAGS = $(XMLSEC_CFLAGS) $(common_CXXFLAGS)
+libxmltooling_la_LIBADD = $(XMLSEC_LIBS) $(common_LIBADD)
endif
EXTRA_DIST = \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list