[cpp-opensaml COMMIT] /branches/REL_2/samltest/Makefile.am
noreply at shibboleth.net
noreply at shibboleth.net
Mon Sep 12 18:09:44 BST 2011
Author: scantor
Date: Mon Sep 12 18:09:44 2011
New Revision: 671
URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=671&view=rev
Log:
Stop building tests when disabled
Modified:
branches/REL_2/samltest/Makefile.am
Modified: branches/REL_2/samltest/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/samltest/Makefile.am?rev=671&r1=670&r2=671&view=diff
==============================================================================
--- branches/REL_2/samltest/Makefile.am (original)
+++ branches/REL_2/samltest/Makefile.am Mon Sep 12 18:09:44 2011
@@ -105,9 +105,10 @@
nodist_samltest_SOURCES = $(samltest_h:.h=.cpp)
+if BUILD_UNITTEST
BUILT_SOURCES = $(nodist_samltest_SOURCES)
-
CLEANFILES = $(nodist_samltest_SOURCES)
+endif
do-cxxtestgen:
if test "$(CPPFILE)" = "samltest.cpp"; then \
More information about the commits
mailing list