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 2013/05/25 02:54:15 UTC

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

Author: scantor
Date: Sat May 25 00:54:15 2013
New Revision: 1486263

URL: http://svn.apache.org/r1486263
Log:
Fix obsolete macro

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=1486263&r1=1486262&r2=1486263&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/Makefile.am (original)
+++ santuario/xml-security-cpp/trunk/xsec/Makefile.am Sat May 25 00:54:15 2013
@@ -16,7 +16,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-INCLUDES = -I..
+AM_CPPFLAGS = -I..
 
 noinst_PROGRAMS = ${samples}
 bin_PROGRAMS = ${tools}