summaryrefslogtreecommitdiff
path: root/ace/SSL/Makefile
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-06-17 17:29:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-06-17 17:29:49 +0000
commit14d60eb4fe6bc4834a0707673ba414706da4ed83 (patch)
treee29bbd6a956b04085a6ea0f3ed501477f37c0021 /ace/SSL/Makefile
parente03694164f05cff200ef50c7417ece2076a23b48 (diff)
downloadATCD-14d60eb4fe6bc4834a0707673ba414706da4ed83.tar.gz
ChangeLogTag: Tue Jun 17 17:26:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/SSL/Makefile')
-rw-r--r--ace/SSL/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/SSL/Makefile b/ace/SSL/Makefile
index a01334e2d48..9b14807da08 100644
--- a/ace/SSL/Makefile
+++ b/ace/SSL/Makefile
@@ -48,6 +48,12 @@ endif # ssl
# Local targets (and local hacks)
#----------------------------------------------------------------------------
+ifeq ($(shared_libs),1)
+ifneq ($(SHLIB),)
+CPPFLAGS += -DACE_SSL_BUILD_DLL
+endif
+endif
+
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------