From: David Reiss Date: Wed, 27 Feb 2008 07:45:00 +0000 (+0000) Subject: Update test/Makefile.am to use the new compiler command-line format. X-Git-Tag: 0.2.0~953 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=9db977f5bd83bf7a2c915d1bdd0397e902f52d2f;p=common%2Fthrift.git Update test/Makefile.am to use the new compiler command-line format. Tested by running make check. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665519 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/Makefile.am b/test/Makefile.am index f4dd05c1..118d8694 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -66,13 +66,13 @@ ReflectionTest_LDADD = \ THRIFT = $(top_srcdir)/compiler/cpp/thrift gen-cpp/DebugProtoTest_types.cpp gen-cpp/PartiallyReflectable.cpp: DebugProtoTest.thrift - $(THRIFT) -cpp $< + $(THRIFT) --gen cpp $< gen-cpp/OptionalRequiredTest_types.cpp: OptionalRequiredTest.thrift - $(THRIFT) -cpp $< + $(THRIFT) --gen cpp $< gen-cpp/Service.cpp gen-cpp/StressTest_types.cpp: StressTest.thrift - $(THRIFT) -cpp $< + $(THRIFT) --gen cpp $< INCLUDES = \ diff --git a/test/java/build.xml b/test/java/build.xml index 52b00330..9d7fb06f 100644 --- a/test/java/build.xml +++ b/test/java/build.xml @@ -14,7 +14,7 @@ - +