Update of /cvsroot/mockpp/mockpp/3party/cxxtest/cxxtest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32143/3party/cxxtest/cxxtest
Modified Files:
Makefile.am
Log Message:
no creation if usage disabled
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mockpp/mockpp/3party/cxxtest/cxxtest/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 18 Dec 2005 16:56:22 -0000 1.4
+++ Makefile.am 30 Dec 2005 14:17:36 -0000 1.5
@@ -1,6 +1,8 @@
INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_srcdir)/3party/cxxtest -I$(top_builddir) $(EA_EXTRA_INC)
DEFAULT_INCLUDES = $(INCLUDES)
+if BUILTIN_CXXTEST
+
lib_LTLIBRARIES = libmockpp_cxxtest.la
libmockpp_cxxtest_la_LDFLAGS = -no-undefined -version-info \
@@ -46,3 +48,5 @@
Win32Gui.h \
X11Gui.h \
YesNoRunner.h
+
+endif
|