From 809544747834a3a28e7cc9c6b93300306e4d605e Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Tue, 25 Jun 2013 21:36:29 +0200 Subject: [PATCH] THRIFT-2066 'make install' does not install two headers required for C++ bindings Patch: Lalith Suresh --- lib/cpp/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.17.1