You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2013/06/25 21:37:16 UTC

git commit: THRIFT-2066 'make install' does not install two headers required for C++ bindings

Updated Branches:
  refs/heads/master a1b5728ee -> 809544747


THRIFT-2066 'make install' does not install two headers required for C++ bindings

Patch: Lalith Suresh


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

Branch: refs/heads/master
Commit: 809544747834a3a28e7cc9c6b93300306e4d605e
Parents: a1b5728
Author: Jens Geyer <je...@apache.org>
Authored: Tue Jun 25 21:36:29 2013 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Tue Jun 25 21:36:29 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/thrift/blob/80954474/lib/cpp/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am
index 9e18fcd..8192a22 100755
--- a/lib/cpp/Makefile.am
+++ b/lib/cpp/Makefile.am
@@ -124,6 +124,7 @@ libthriftqt_la_LDFLAGS   = -release $(VERSION) $(BOOST_LDFLAGS) $(QT_LIBS)
 include_thriftdir = $(includedir)/thrift
 include_thrift_HEADERS = \
                          $(top_builddir)/config.h \
+                         src/thrift/thrift-config.h \
                          src/thrift/TDispatchProcessor.h \
                          src/thrift/Thrift.h \
                          src/thrift/TReflectionLocal.h \
@@ -165,6 +166,7 @@ include_protocol_HEADERS = \
 
 include_transportdir = $(include_thriftdir)/transport
 include_transport_HEADERS = \
+                         src/thrift/transport/PlatformSocket.h \
                          src/thrift/transport/TFDTransport.h \
                          src/thrift/transport/TFileTransport.h \
                          src/thrift/transport/TSimpleFileTransport.h \