diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-21 19:15:25 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-21 19:15:25 +0000 |
commit | f799fc377e86a68a7c7b9410faa5523d007a4cdb (patch) | |
tree | b5c740ef687bb595edc14c65ebd64da165731384 /TAO/tests | |
parent | 270686efd2608c7cd8d95f9da402b29f3f2d7419 (diff) | |
download | ATCD-f799fc377e86a68a7c7b9410faa5523d007a4cdb.tar.gz |
ChangeLogTag: Thu Sep 21 14:13:01 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/IORManipulation/IORTest.cpp | 3 | ||||
-rw-r--r-- | TAO/tests/IORManipulation/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tests/IORManipulation/IORTest.cpp b/TAO/tests/IORManipulation/IORTest.cpp index 3bce0cd14e8..8e4f95d4373 100644 --- a/TAO/tests/IORManipulation/IORTest.cpp +++ b/TAO/tests/IORManipulation/IORTest.cpp @@ -21,8 +21,7 @@ #include "tao/corbafwd.h" #include "tao/ORB.h" -#include "tao/IORManipulation/IORC.h" -#include "tao/corbafwd.h" +#include "tao/IORManipulation/IORManip_Loader.h" #include "tao/ORB.h" diff --git a/TAO/tests/IORManipulation/Makefile b/TAO/tests/IORManipulation/Makefile index 3885f190acd..6199b4851fb 100644 --- a/TAO/tests/IORManipulation/Makefile +++ b/TAO/tests/IORManipulation/Makefile @@ -12,7 +12,7 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT -LDLIBS = -lTAO -lTAO_IORManip +LDLIBS = -lTAO_IORManip -lTAO PROG_SRCS = IORTest.cpp @@ -43,7 +43,7 @@ include $(TAO_ROOT)/taoconfig.mk # Local targets #---------------------------------------------------------------------------- -LDFLAGS += -L$(TAO_ROOT)/tao -L$(ACE_ROOT)/ace +LDFLAGS = -L$(ACE_ROOT)/ace -L$(TAO_ROOT)/tao CPPFLAGS += -I$(TAO_ROOT)/orbsvcs .PRECIOUS: |