summaryrefslogtreecommitdiff
path: root/ACEXML/common
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-01-07 13:09:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-01-07 13:09:02 +0000
commit4d150a2c9dd0528641d75ba5c3c9852484230c66 (patch)
treeb2b2bc33ee020ce8990882d01798dba55950b31e /ACEXML/common
parent156c43b71a8b1d24baea415331cb10615dacdadc (diff)
downloadATCD-4d150a2c9dd0528641d75ba5c3c9852484230c66.tar.gz
ChangeLogTag: Tue Jan 07 13:07:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACEXML/common')
-rw-r--r--ACEXML/common/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/ACEXML/common/Makefile b/ACEXML/common/Makefile
index 3b0edf01caf..5f881e22842 100644
--- a/ACEXML/common/Makefile
+++ b/ACEXML/common/Makefile
@@ -53,6 +53,12 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# Local targets
#----------------------------------------------------------------------------
+ifeq ($(shared_libs),1)
+ifneq ($(SHLIB),)
+CPPFLAGS += -DACEXML_BUILD_DLL
+endif
+endif
+
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------