[cpp-opensaml] 13/19: Automake automatically includes the "user" variable CXXFLAGS here
Scott Cantor
cantor.2 at osu.edu
Tue Jun 26 19:28:11 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=777b6c672858b3bd25676a4f796400c6ac3d5cd4
commit 777b6c672858b3bd25676a4f796400c6ac3d5cd4
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Tue Jul 12 11:07:27 2016 +0200
Automake automatically includes the "user" variable CXXFLAGS here
Although *after* the target specific flags to enable user overrides.
---
samltest/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samltest/Makefile.am b/samltest/Makefile.am
index d69a911..2bbf805 100644
--- a/samltest/Makefile.am
+++ b/samltest/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign subdir-objects
bin_PROGRAMS = samltest
-samltest_CXXFLAGS = $(CXXFLAGS) $(CXXTESTFLAGS)
+samltest_CXXFLAGS = $(CXXTESTFLAGS)
samltest_h = \
samltest.h \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list