THRIFT-2066 'make install' does not install two headers required for C++ bindings
authorJens Geyer <jensg@apache.org>
Tue, 25 Jun 2013 19:36:29 +0000 (21:36 +0200)
committerJens Geyer <jensg@apache.org>
Tue, 25 Jun 2013 19:36:29 +0000 (21:36 +0200)
Patch: Lalith Suresh

lib/cpp/Makefile.am

index 9e18fcd..8192a22 100755 (executable)
@@ -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 \