summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-01-05 21:35:05 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-01-05 21:35:05 +0000
commit3be07261fe1cb41dc7c1001224c4c6d1553827f3 (patch)
treee9637a67bfc309e5fccd13a6138a9984d5cdd91b
parent26c0269b23f02b7519690e225aa7c32cffc8576e (diff)
downloadATCD-3be07261fe1cb41dc7c1001224c4c6d1553827f3.tar.gz
ChangeLogTag:Mon Jan 5 15:33:33 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/Smart_Proxies/Policy/Makefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 242cfa90d29..229b25d2f2f 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jan 5 15:33:33 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tests/Smart_Proxies/Policy/Makefile:
+
+ Added another library for linking.
+
Mon Jan 5 14:14:25 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp:
diff --git a/TAO/tests/Smart_Proxies/Policy/Makefile b/TAO/tests/Smart_Proxies/Policy/Makefile
index 6434ac5dfd4..acb312696d5 100644
--- a/TAO/tests/Smart_Proxies/Policy/Makefile
+++ b/TAO/tests/Smart_Proxies/Policy/Makefile
@@ -48,7 +48,7 @@ LDFLAGS += -L$(TAO_ROOT)/tao
.PRECIOUS: testS.h testS.i testS.cpp
server: $(addprefix $(VDIR),$(SERVER_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_SRVR_LIBS) $(POSTLINK)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_SmartProxies $(TAO_SRVR_LIBS) $(POSTLINK)
client: $(addprefix $(VDIR),$(CLIENT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)