From d1ed63e35e95bdc73b20cebd9123d8a2d7a43ec1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 13 Jun 2010 20:21:31 +0200 Subject: removed most of the C++ stuff added a TEST_DYNAMIC_* variables in order to be able to build test libraries (as for testing the library loader) --- tests/library/GNUmakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/library/GNUmakefile b/tests/library/GNUmakefile index 8b5ecc7..7b63f04 100644 --- a/tests/library/GNUmakefile +++ b/tests/library/GNUmakefile @@ -9,10 +9,10 @@ INCLUDE_LIBS = \ TEST_BINS = \ test_loader$(EXE) -DYNAMIC_LIB = testlib.so -DYNAMIC_LIB_MAJOR = 0 -DYNAMIC_LIB_MINOR = 0 -DYNAMIC_LIB_PATCH = 0 +TEST_DYNAMIC_LIB = testlib.so +TEST_DYNAMIC_LIB_MAJOR = 0 +TEST_DYNAMIC_LIB_MINOR = 0 +TEST_DYNAMIC_LIB_PATCH = 0 OBJS = \ testlib.o -- cgit v1.2.3-54-g00ecf