diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-12 17:36:13 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-12 17:36:13 +0000 |
commit | 729f22b4b1fa66a56af7f7403fd10267d0521645 (patch) | |
tree | 07f2d83f950465edbede159524bbaa89fb6efa77 /TAO/orbsvcs/tests/Property | |
parent | dd03e31bd064494bd753f78895c598470f9924a4 (diff) | |
download | ATCD-729f22b4b1fa66a56af7f7403fd10267d0521645.tar.gz |
ChangeLogTag:Tue Sep 12 10:32:25 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Property')
-rw-r--r-- | TAO/orbsvcs/tests/Property/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Property/Makefile b/TAO/orbsvcs/tests/Property/Makefile index 757cdf1253f..cd72d5708ba 100644 --- a/TAO/orbsvcs/tests/Property/Makefile +++ b/TAO/orbsvcs/tests/Property/Makefile @@ -56,7 +56,7 @@ client:$(addprefix $(VDIR),$(CosProperty_CLIENT_OBJS)) # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.obj/server.o .obj/server.o .obj/server.o .obj/server.o: server.cpp server.h \ +.obj/server.o .obj/server.so .shobj/server.o .shobj/server.so: server.cpp server.h \ $(TAO_ROOT)/tao/PortableServer/ORB_Manager.h \ $(ACE_ROOT)/ace/pre.h \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ @@ -372,7 +372,7 @@ client:$(addprefix $(VDIR),$(CosProperty_CLIENT_OBJS)) $(TAO_ROOT)/orbsvcs/orbsvcs/CosNamingS_T.cpp \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNamingS.i -.obj/client.o .obj/client.o .obj/client.o .obj/client.o: client.cpp client.h \ +.obj/client.o .obj/client.so .shobj/client.o .shobj/client.so: client.cpp client.h \ $(ACE_ROOT)/ace/Synch.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/ACE.h \ |