You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2015/02/02 22:04:41 UTC

thrift git commit: THRIFT-2972 - Missing backstash in lib/cpp/test/Makefile.am

Repository: thrift
Updated Branches:
  refs/heads/master 1abd746b9 -> 208738a6e


THRIFT-2972 - Missing backstash in lib/cpp/test/Makefile.am


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/208738a6
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/208738a6
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/208738a6

Branch: refs/heads/master
Commit: 208738a6e34c7153908bad77210c6d194ea9d3ab
Parents: 1abd746
Author: Nobuaki Sukegawa <ns...@gmail.com>
Authored: Sun Feb 1 00:27:22 2015 +0900
Committer: Roger Meier <ro...@apache.org>
Committed: Mon Feb 2 22:04:29 2015 +0100

----------------------------------------------------------------------
 lib/cpp/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/208738a6/lib/cpp/test/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am
index 399bebd..d0675cf 100755
--- a/lib/cpp/test/Makefile.am
+++ b/lib/cpp/test/Makefile.am
@@ -76,7 +76,7 @@ check_PROGRAMS = \
 	EnumTest
 
 if AMX_HAVE_LIBEVENT
-noinst_PROGRAMS +=
+noinst_PROGRAMS += \
 	processor_test
 check_PROGRAMS += \
 	TNonblockingServerTest