Repository: thrift
Updated Branches:
  refs/heads/master 2a15b9937 -> ec847acab


THRIFT-3125 Fix the list of exported headers in automake input

This closes #478


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

Branch: refs/heads/master
Commit: ec847acab5fd4bcabdfb7bcca915cca69a1e4784
Parents: 2a15b99
Author: Roger Meier <[email protected]>
Authored: Sat May 9 21:33:42 2015 +0200
Committer: Roger Meier <[email protected]>
Committed: Sat May 9 21:33:42 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/thrift/blob/ec847aca/lib/cpp/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am
index 834ece2..9156577 100755
--- a/lib/cpp/Makefile.am
+++ b/lib/cpp/Makefile.am
@@ -220,7 +220,9 @@ include_transport_HEADERS = \
 
 include_serverdir = $(include_thriftdir)/server
 include_server_HEADERS = \
+                         src/thrift/server/TConnectedClient.h \
                          src/thrift/server/TServer.h \
+                         src/thrift/server/TServerFramework.h \
                          src/thrift/server/TSimpleServer.h \
                          src/thrift/server/TThreadPoolServer.h \
                          src/thrift/server/TThreadedServer.h \

Reply via email to