You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2017/09/12 21:52:28 UTC

svn commit: r1808176 - /santuario/xml-security-cpp/trunk/xsec/Makefile.am

Author: scantor
Date: Tue Sep 12 21:52:28 2017
New Revision: 1808176

URL: http://svn.apache.org/viewvc?rev=1808176&view=rev
Log:
Typo in CPPFLAGS decl.

Modified:
    santuario/xml-security-cpp/trunk/xsec/Makefile.am

Modified: santuario/xml-security-cpp/trunk/xsec/Makefile.am
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/Makefile.am?rev=1808176&r1=1808175&r2=1808176&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/Makefile.am (original)
+++ santuario/xml-security-cpp/trunk/xsec/Makefile.am Tue Sep 12 21:52:28 2017
@@ -110,7 +110,7 @@ xsec_xklient_SOURCES = \
    enc/OpenSSL/OpenSSLSupport.hpp
 endif
 
-lib_CPPFLAGS += -DXSEC_BUILDING_LIBRARY
+lib_CPPFLAGS = -DXSEC_BUILDING_LIBRARY
 
 lib_LTLIBRARIES = libxml-security-c.la