summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-21 19:15:25 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-21 19:15:25 +0000
commitf799fc377e86a68a7c7b9410faa5523d007a4cdb (patch)
treeb5c740ef687bb595edc14c65ebd64da165731384 /TAO/tests
parent270686efd2608c7cd8d95f9da402b29f3f2d7419 (diff)
downloadATCD-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.cpp3
-rw-r--r--TAO/tests/IORManipulation/Makefile4
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: