diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-03 17:25:27 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-03 17:25:27 +0000 |
commit | 8de6c2696889923fdec1e5048bb963f39819574a (patch) | |
tree | 2071919546bade125c1437014a084aee84949988 /TAO/orbsvcs/tests/Notify/RT_lib | |
parent | 353b13b5925a8858967a41dc6424f5a7f23acc21 (diff) | |
download | ATCD-8de6c2696889923fdec1e5048bb963f39819574a.tar.gz |
ChangeLogTag: Thu Jul 03 13:20:16 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/RT_lib')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/RT_lib/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/RT_lib/Makefile b/TAO/orbsvcs/tests/Notify/RT_lib/Makefile index 0c4ccf5883c..704c2f3fbc8 100644 --- a/TAO/orbsvcs/tests/Notify/RT_lib/Makefile +++ b/TAO/orbsvcs/tests/Notify/RT_lib/Makefile @@ -58,6 +58,17 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU LDFLAGS += -L$(TAO_ROOT)/tao CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs +ifeq ($(shared_libs),1) +ifneq ($(SHLIB),) +CPPFLAGS += -DTAO_RT_NOTIFY_TEST_BUILD_DLL +endif +endif +ifeq ($(static_libs),1) +ifneq ($(LIB),) +CPPFLAGS += -DTAO_AS_STATIC_LIBS -DACE_AS_STATIC_LIBS +endif +endif + #---------------------------------------------------------------------------- # Dependencies #---------------------------------------------------------------------------- |