diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-06 21:09:35 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-06 21:09:35 +0000 |
commit | 855e262ac23e24f54e8f169d5e14a13cb4d78f7f (patch) | |
tree | cc04185582e1603ca68840f97c23999adce7ade5 /TAO/orbsvcs/tests/Event/Performance | |
parent | deb9a60b4fc3e3f2cc9096e28f48de167030ae36 (diff) | |
download | ATCD-855e262ac23e24f54e8f169d5e14a13cb4d78f7f.tar.gz |
ChangeLogTag:Fri Dec 6 21:02:48 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Performance')
-rw-r--r-- | TAO/orbsvcs/tests/Event/Performance/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Event/Performance/Makefile b/TAO/orbsvcs/tests/Event/Performance/Makefile index 508ae681dce..72ab2e9a3ae 100644 --- a/TAO/orbsvcs/tests/Event/Performance/Makefile +++ b/TAO/orbsvcs/tests/Event/Performance/Makefile @@ -19,7 +19,7 @@ BIN2 = Throughput \ Latency_Server PSRC=$(addsuffix .cpp,$(BIN2)) -LDLIBS = -lECTests -lTAO_RTEvent -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_Messaging -lTAO_PortableServer -lTAO_Strategies -lTAO -lTAO_Utils +LDLIBS = -lECTests -lTAO_RTEvent -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_Messaging -lTAO_PortableServer -lTAO_Strategies -lTAO CPPFLAGS += -I../lib -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs \ $(foreach svc, $(TAO_ORBSVCS), -DTAO_ORBSVCS_HAS_$(svc)) |