summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-12 21:04:46 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-12 21:04:46 +0000
commita8e20bd140a8543ad686b90ec62806f03b8bf5f9 (patch)
tree758f655375b6390957ea06d548f03a5c43c96a24 /TAO/orbsvcs/IFR_Service
parent5ac6ef948d52cb1ad1057536a73773d64237fb93 (diff)
downloadATCD-a8e20bd140a8543ad686b90ec62806f03b8bf5f9.tar.gz
ChangeLogTag:Mon Mar 12 14:56:47 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/IFR_Service')
-rw-r--r--TAO/orbsvcs/IFR_Service/Makefile.IFR_Service2
-rw-r--r--TAO/orbsvcs/IFR_Service/Makefile.TypeCodeFactory4
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service b/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service
index a08699d242d..88f9078c5e7 100644
--- a/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service
+++ b/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service
@@ -13,7 +13,7 @@ ifndef TAO_ROOT
endif
LDLIBS = -lTypeCodeFactory_DLL -lTAO_Svc_Utils -lTAO_IFR_Client \
- -lTAO_IORTable -lTAO_PortableServer -lTAO -lACE
+ -lTAO_IORTable -lTAO_PortableServer
PROG_SRCS = \
AliasDef_i.cpp \
diff --git a/TAO/orbsvcs/IFR_Service/Makefile.TypeCodeFactory b/TAO/orbsvcs/IFR_Service/Makefile.TypeCodeFactory
index 3af96111531..14c9f4e46f9 100644
--- a/TAO/orbsvcs/IFR_Service/Makefile.TypeCodeFactory
+++ b/TAO/orbsvcs/IFR_Service/Makefile.TypeCodeFactory
@@ -12,8 +12,8 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO_IFR_Client -lTAO -lACE
-ACE_SHLIBS += -lTAO_IFR_Client -lTAO -lACE
+LDLIBS = -lTAO_IFR_Client
+ACE_SHLIBS += -lTAO_IFR_Client
LIBNAME = libTypeCodeFactory_DLL
LIB = $(LIBNAME).a