diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-01-19 15:04:36 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-01-19 15:04:36 +0000 |
commit | d468504456be37a9c54a330b6816e014932f7c91 (patch) | |
tree | 25017e7f16c1407fef5a594dc30d195d88bcfa78 /websvcs | |
parent | 5ba2072e15acfe6fe07a3eb4a73662485c301857 (diff) | |
download | ATCD-d468504456be37a9c54a330b6816e014932f7c91.tar.gz |
ChangeLogTag: Sun Jan 19 15:02:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'websvcs')
-rw-r--r-- | websvcs/lib/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/websvcs/lib/Makefile b/websvcs/lib/Makefile index 96b3096fb49..1ce33ee6fe1 100644 --- a/websvcs/lib/Makefile +++ b/websvcs/lib/Makefile @@ -36,6 +36,18 @@ $(VDIR)Server_Logging_Handler.o $(VSHDIR)Server_Logging_Handler.$(SOEXT): $(COMPILE-NO_DASH_G.cc) -o $@ $< endif # SUPPRESS_DASH_G +ifeq ($(shared_libs),1) +ifneq ($(SHLIB),) +CPPFLAGS += -DACE_WEBSVCS_BUILD_DLL +endif +endif + +ifeq ($(static_libs),1) +ifneq ($(LIB),) +CPPFLAGS += -DACE_AS_STATIC_LIBS +endif +endif + #---------------------------------------------------------------------------- # Dependencies #---------------------------------------------------------------------------- |