summaryrefslogtreecommitdiff
path: root/ACEXML/tests/Makefile.Transcoder_Test
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-06-06 06:40:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-06-06 06:40:09 +0000
commit5d370d1a3f0a6b4600e966d560fe39ed78d7b03c (patch)
treefb325062ed81e312c8e5af7f3038672252073565 /ACEXML/tests/Makefile.Transcoder_Test
parentb89e61f63a04dae0abb60ced48e28850974ba337 (diff)
downloadATCD-5d370d1a3f0a6b4600e966d560fe39ed78d7b03c.tar.gz
ChangeLogTag: Fri Jun 06 06:39:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACEXML/tests/Makefile.Transcoder_Test')
-rw-r--r--ACEXML/tests/Makefile.Transcoder_Test5
1 files changed, 2 insertions, 3 deletions
diff --git a/ACEXML/tests/Makefile.Transcoder_Test b/ACEXML/tests/Makefile.Transcoder_Test
index 04c74e8d766..e055dafdd26 100644
--- a/ACEXML/tests/Makefile.Transcoder_Test
+++ b/ACEXML/tests/Makefile.Transcoder_Test
@@ -13,13 +13,14 @@ FILES = \
# Include macros and targets
#----------------------------------------------------------------------------
+ACE_SHLIBS = -lACE
+
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
BIN = $(BIN_UNCHECKED)
OBJS = $(addsuffix .o, $(notdir $(FILES)))
SRC = $(addsuffix .cpp, $(FILES))
-ACELIB = -lACE
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
@@ -27,8 +28,6 @@ include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
CPPFLAGS += -I../..
-
-
ifeq ($(static_libs),1)
ifneq ($(LIB),)
CPPFLAGS += -DACE_AS_STATIC_LIBS