summaryrefslogtreecommitdiff
path: root/ace/Makefile.ace
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-02 18:00:11 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-02 18:00:11 +0000
commitdd08c171c8dcaa0ceb7a002c9d1a38086cfeb7a1 (patch)
tree91253c81a4c483b8c12a4cfc568dab612c295e32 /ace/Makefile.ace
parentcdd29bb1f2ccd80ec2394b6331898550d3084a6c (diff)
downloadATCD-dd08c171c8dcaa0ceb7a002c9d1a38086cfeb7a1.tar.gz
ChangeLogTag: Thu Jan 2 12:38:55 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Makefile.ace')
-rw-r--r--ace/Makefile.ace6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Makefile.ace b/ace/Makefile.ace
index 8ec41caf03d..6d42407884d 100644
--- a/ace/Makefile.ace
+++ b/ace/Makefile.ace
@@ -488,6 +488,12 @@ CPPFLAGS += -DACE_BUILD_DLL -DACE_OS_BUILD_DLL
endif
endif
+ifeq ($(static_libs),1)
+ifneq ($(LIB),)
+CPPFLAGS += -DACE_AS_STATIC_LIBS
+endif
+endif
+
#----------------------------------------------------------------------------
# Local targets
#----------------------------------------------------------------------------