summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-04 21:09:51 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-04 21:09:51 +0000
commit320982fe4ee574ac56885050c5a4fa83e4f5960b (patch)
treea9f7e1f84517ed835b4aeda583cc9794ffe0b546
parent757a2f18ebc3dc08c135d8b89121d9d60c57e9dd (diff)
downloadATCD-320982fe4ee574ac56885050c5a4fa83e4f5960b.tar.gz
ChangeLogTag: Thu Jan 4 14:14:23 2001 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/orbsvcs/IFR_Service/Makefile.EX2
-rw-r--r--TAO/orbsvcs/IFR_Service/Makefile.tao_ifr1
2 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/IFR_Service/Makefile.EX b/TAO/orbsvcs/IFR_Service/Makefile.EX
index 6384148bafe..dad497a87f6 100644
--- a/TAO/orbsvcs/IFR_Service/Makefile.EX
+++ b/TAO/orbsvcs/IFR_Service/Makefile.EX
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS += -lTAO_IFR_BE_DLL -lTAO_IDL_FE_DLL
+LDLIBS += -lTAO_IFR_BE_DLL -TAO -lTAO_IDL_FE_DLL
BIN = tao_ifr
diff --git a/TAO/orbsvcs/IFR_Service/Makefile.tao_ifr b/TAO/orbsvcs/IFR_Service/Makefile.tao_ifr
index d3fa3b07127..fe8a5bc72c7 100644
--- a/TAO/orbsvcs/IFR_Service/Makefile.tao_ifr
+++ b/TAO/orbsvcs/IFR_Service/Makefile.tao_ifr
@@ -23,7 +23,6 @@ include $(TAO_ROOT)/rules.tao.GNU
#---------------------------------------------------------------------------
MKLIST = \
-# ../../TAO_IDL/Makefile.FE \
Makefile.BE \
Makefile.EX \
Makefile.dependencies