diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-12 03:52:59 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-12 03:52:59 +0000 |
commit | 8f43701c640c3461908c51578ee4373a592a52dc (patch) | |
tree | 3764da8fbba04e3ee07469f68513b5292ea22bfe /TAO/orbsvcs/tests/Notify/Basic | |
parent | f81ef75a26d40489884a508bfbe2a5c2853f77b5 (diff) | |
download | ATCD-8f43701c640c3461908c51578ee4373a592a52dc.tar.gz |
ChangeLogTag:Sun May 11 22:48:13 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/Basic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Makefile b/TAO/orbsvcs/tests/Notify/Basic/Makefile index 3a32bf075bb..e4346008b88 100644 --- a/TAO/orbsvcs/tests/Notify/Basic/Makefile +++ b/TAO/orbsvcs/tests/Notify/Basic/Makefile @@ -32,7 +32,6 @@ endif # Naming endif # Notify PSRC=$(addsuffix .cpp,$(BIN)) Updates.cpp -LDLIBS = -lTAO_NotifyTests -lTAO_CosNotification -lTAO_ETCL -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_DynamicAny -lTAO_IORTable -lTAO_PortableServer -lTAO CPPFLAGS += -I../lib -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs \ $(foreach svc, $(TAO_ORBSVCS), -DTAO_ORBSVCS_HAS_$(svc)) @@ -47,6 +46,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU include $(ACE_ROOT)/include/makeinclude/rules.local.GNU +include $(TAO_ROOT)/orbsvcs/tests/Notify/notify_tests.GNU # To build multiple executables in the same directory on AIX, it works # best to wipe out any previously-created tempinc directory. |