From: Jens Geyer Date: Tue, 25 Jun 2013 19:36:29 +0000 (+0200) Subject: THRIFT-2066 'make install' does not install two headers required for C++ bindings X-Git-Tag: 0.9.1~58 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=809544747834a3a28e7cc9c6b93300306e4d605e;p=common%2Fthrift.git THRIFT-2066 'make install' does not install two headers required for C++ bindings Patch: Lalith Suresh --- diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index 9e18fcd8..8192a228 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 \