summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McQueen <simon.mcqueen@gmail.com>2003-05-15 13:57:00 +0000
committerSimon McQueen <simon.mcqueen@gmail.com>2003-05-15 13:57:00 +0000
commit49208aef2a34dc4ca435812506887b8a45c636af (patch)
tree9810a435a828852b367744c0c825410226236aa7
parent9eaaeaa0c48b6138aface4a0743f520ce794f353 (diff)
downloadATCD-49208aef2a34dc4ca435812506887b8a45c636af.tar.gz
ChangeLogTag: Thu May 15 14:54:31 2003 Simon McQueen <sm@prismtechnologies.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/Smart_Proxies/Makefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index fcbd62154ca..635d2deafc3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu May 15 14:54:31 2003 Simon McQueen <sm@prismtechnologies.com>
+
+ * tests/Smart_Proxies/Makefile:
+
+ Missing -L flag value supplied.
+
Thu May 15 14:07:33 2003 Simon McQueen <sm@prismtechnologies.com>
* CIAO/tools/Simple_Component_Server/Makefile:
diff --git a/TAO/tests/Smart_Proxies/Makefile b/TAO/tests/Smart_Proxies/Makefile
index e040633071e..643922c78e7 100644
--- a/TAO/tests/Smart_Proxies/Makefile
+++ b/TAO/tests/Smart_Proxies/Makefile
@@ -13,7 +13,7 @@ ifndef TAO_ROOT
endif # ! TAO_ROOT
LDLIBS = -lTAO_PortableServer -lTAO_Valuetype -lTAO_ObjRefTemplate -lTAO_IORInterceptor -lTAO_SmartProxies -lTAO
-LDFLAGS += -L$(ACE_ROOT)/bin
+LDFLAGS += -L$(ACE_ROOT)/bin -L$(TAO_ROOT)/tao
IDL_FILES = test
IDL_SRC = testC.cpp testS.cpp