Author: dreiss
Date: Thu Apr 2 23:49:18 2009
New Revision: 761479
URL: http://svn.apache.org/viewvc?rev=761479&view=rev
Log:
cpp: Fix test server/client under test/cpp
Modified:
incubator/thrift/trunk/test/cpp/Makefile.thrift
Modified: incubator/thrift/trunk/test/cpp/Makefile.thrift
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/test/cpp/Makefile.thrift?rev=761479&r1=761478&r2=761479&view=diff
==============================================================================
--- incubator/thrift/trunk/test/cpp/Makefile.thrift (original)
+++ incubator/thrift/trunk/test/cpp/Makefile.thrift Thu Apr 2 23:49:18 2009
@@ -59,16 +59,16 @@
$(THRIFT) --gen cpp ../ThriftTest.thrift
server-debug: stubs
- g++ -o TestServer $(DCFL) src/TestServer.cpp ./gen-cpp/ThriftTest.cpp
./gen-cpp/ThriftTest_types.cpp
+ g++ -o TestServer $(DCFL) src/TestServer.cpp ./gen-cpp/ThriftTest.cpp
./gen-cpp/ThriftTest_types.cpp ../ThriftTest_extras.cpp
client-debug: stubs
- g++ -o TestClient $(DCFL) src/TestClient.cpp ./gen-cpp/ThriftTest.cpp
./gen-cpp/ThriftTest_types.cpp
+ g++ -o TestClient $(DCFL) src/TestClient.cpp ./gen-cpp/ThriftTest.cpp
./gen-cpp/ThriftTest_types.cpp ../ThriftTest_extras.cpp
server: stubs
- g++ -o TestServer $(CFL) src/TestServer.cpp ./gen-cpp/ThriftTest.cpp
./gen-cpp/ThriftTest_types.cpp
+ g++ -o TestServer $(CFL) src/TestServer.cpp ./gen-cpp/ThriftTest.cpp
./gen-cpp/ThriftTest_types.cpp ../ThriftTest_extras.cpp
client: stubs
- g++ -o TestClient $(CFL) src/TestClient.cpp ./gen-cpp/ThriftTest.cpp
./gen-cpp/ThriftTest_types.cpp
+ g++ -o TestClient $(CFL) src/TestClient.cpp ./gen-cpp/ThriftTest.cpp
./gen-cpp/ThriftTest_types.cpp ../ThriftTest_extras.cpp
small:
$(THRIFT) --gen cpp ../SmallTest.thrift