From 68db166dd44e0df21507498def340be6117be1b0 Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Wed, 6 Sep 2006 00:18:29 +0000 Subject: [PATCH] -- 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 --- test/cpp/Makefile.thrift | 2 +- test/java/build.xml | 4 ++-- test/php/Makefile | 2 +- test/py/Makefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.17.1