diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-01-20 19:02:46 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-01-20 19:02:46 +0000 |
commit | 872f7264d6128aa87cdcece7175a0223e1bb2e49 (patch) | |
tree | 1fb225c926c7f90d0d03aadbd1f2f804fe98b78d /protocols | |
parent | 8aeb89543c4a2f38cf79bb37936979550e2267fb (diff) | |
download | ATCD-872f7264d6128aa87cdcece7175a0223e1bb2e49.tar.gz |
ChangeLogTag: Mon Jan 20 18:58:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ace/RMCast/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/ace/RMCast/Makefile b/protocols/ace/RMCast/Makefile index 7d354fabd57..38645c90699 100644 --- a/protocols/ace/RMCast/Makefile +++ b/protocols/ace/RMCast/Makefile @@ -53,6 +53,12 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU # Local targets #---------------------------------------------------------------------------- +ifeq ($(shared_libs),1) +ifneq ($(SHLIB),) +CPPFLAGS += -DACE_RMCAST_BUILD_DLL +endif +endif + #---------------------------------------------------------------------------- # Dependencies #---------------------------------------------------------------------------- |