From: Aditya Agarwal Date: Wed, 6 Sep 2006 00:18:29 +0000 (+0000) Subject: -- more thrift Makefile changes X-Git-Tag: 0.2.0~1684 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=68db166dd44e0df21507498def340be6117be1b0;p=common%2Fthrift.git -- more thrift Makefile changes Reviewed By: Slee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664788 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/cpp/Makefile.thrift b/test/cpp/Makefile.thrift index 361eb57c..61a5ec9d 100644 --- a/test/cpp/Makefile.thrift +++ b/test/cpp/Makefile.thrift @@ -31,7 +31,7 @@ CC = g++ LD = g++ # Compiler flags -DCFL = -Wall -O3 -g -I./gen-cpp $(include_flags) -L$(thrift_home)/lib -lthrift +DCFL = -Wall -O3 -g -I./gen-cpp $(include_flags) -L$(thrift_home)/lib/cpp -lthrift CFL = -Wall -O3 -I./gen-cpp $(include_flags) -L$(thrift_home)/lib -lthrift all: server client diff --git a/test/java/build.xml b/test/java/build.xml index d7d712aa..d7ebba0e 100644 --- a/test/java/build.xml +++ b/test/java/build.xml @@ -5,7 +5,7 @@ - + @@ -13,7 +13,7 @@ - + diff --git a/test/php/Makefile b/test/php/Makefile index 12fd7c8f..48394b2d 100644 --- a/test/php/Makefile +++ b/test/php/Makefile @@ -7,7 +7,7 @@ target: all # Tools -THRIFT = thrift +THRIFT = ../../compiler/cpp/bin/thrift all: normal inline diff --git a/test/py/Makefile b/test/py/Makefile index 05943dd8..fa982247 100644 --- a/test/py/Makefile +++ b/test/py/Makefile @@ -7,7 +7,7 @@ target: all # Tools -THRIFT = thrift +THRIFT = ../../compiler/cpp/bin/thrift all: stubs