summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-07-30 06:27:16 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-07-30 06:27:16 +0000
commitd23f5152675a2400b25a41e04a59f1db0f703ddd (patch)
treefe710ac2721f86c69606a9da3d5b7eed4d9410d0
parent46f85575f60bd65f931909a7bbaf7861e27f35be (diff)
downloadATCD-d23f5152675a2400b25a41e04a59f1db0f703ddd.tar.gz
Added Service_Config_DLL sources
-rw-r--r--tests/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index fe74d84cdda..537189936aa 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -123,6 +123,11 @@ endif # ! Token
PSRC=$(addsuffix .cpp,$(BIN))
+# Library that is dynamically by the Service_Config_Test.
+LIB = libService_Config_Test.a
+SHLIB = libService_Config_Test.$(SOEXT)
+LSRC = Service_Config_DLL.cpp
+
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
@@ -190,6 +195,13 @@ libDLL_Test.$(SOEXT): DLL_Test_Impl.cpp DLL_Test_Impl.h
realclean: clean
-$(RM) libDLL_Test.$(SOEXT) log/compilations.log*
+
+ifeq ($(static_libs_only),1)
+$(VBIN): $(VLIB)
+else
+$(VBIN): $(VSHLIB)
+endif
+
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------