From: Marc Slemko Date: Thu, 17 Aug 2006 01:23:12 +0000 (+0000) Subject: straggler X-Git-Tag: 0.2.0~1709 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e18890f8dc546d1e5bfa3a26fa0d04dfa15abd5b;p=common%2Fthrift.git straggler git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664763 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index b8560683..9ef5b8f0 100644 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am @@ -26,6 +26,7 @@ libthrift_la_CXXFLAGS = $(libthrift_cxxflags) include_thriftdir = $(includedir)/thrift include_thrift_HEADERS = \ + config.h \ src/Thrift.h \ src/TProcessor.h @@ -36,7 +37,8 @@ include_concurrency_HEADERS = \ src/concurrency/PosixThreadFactory.h \ src/concurrency/Thread.h \ src/concurrency/ThreadManager.h \ - src/concurrency/TimerManager.h + src/concurrency/TimerManager.h \ + src/concurrency/Util.h include_protocoldir = $(include_thriftdir)/protocol include_protocol_HEADERS = \ @@ -71,3 +73,5 @@ concurrency_test_LDADD = libthrift.la concurrency_test_CXXFLAGS = $(common_cxxflags) concurrency_test_LDFLAGS = $(common_ldflags) + +dist_bin_SCRIPTS = thrift