summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-08 01:53:54 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-08 01:53:54 +0000
commit64d82b9a29cd6a99624d40fff3d764f8c95c88cb (patch)
treed3afbc4a6b05ecc15a0b94f2993ffe4d2315cb3c
parentfd0e9a3a54f9afd75f71a330ca4cf1d7d7118afd (diff)
downloadATCD-64d82b9a29cd6a99624d40fff3d764f8c95c88cb.tar.gz
Changed Makefile to resolve Linux errors.
-rw-r--r--TAO/tests/Smart_Proxies/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Smart_Proxies/Makefile b/TAO/tests/Smart_Proxies/Makefile
index 255b51d685e..99d41f8c5da 100644
--- a/TAO/tests/Smart_Proxies/Makefile
+++ b/TAO/tests/Smart_Proxies/Makefile
@@ -23,8 +23,8 @@ FILES = Smart_Proxy_Impl
SRC = $(addsuffix .cpp, $(BIN) $(FILES)) $(IDL_SRC)
-CLIENT_OBJS = client.o Smart_Proxy_Impl.o testC.o
-SERVER_OBJS = server.o $(IDL_SRC:.cpp=.o)
+CLIENT_OBJS = testC.o client.o Smart_Proxy_Impl.o
+SERVER_OBJS = $(IDL_SRC:.cpp=.o) server.o
TAO_IDLFLAGS += -Ge 1 -Gsp