THRIFT-3305: Missing dist files for 0.9.3 release candidate
Client: build
Patch: jfarrell
Adds missing files to dist
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am
index 4e5cde7..4742ee0 100755
--- a/lib/cpp/Makefile.am
+++ b/lib/cpp/Makefile.am
@@ -261,12 +261,15 @@
3rdparty.props
EXTRA_DIST = \
+ CMakeLists.txt \
+ coding_standards.md \
README.md \
thrift-nb.pc.in \
thrift.pc.in \
thrift-z.pc.in \
thrift-qt.pc.in \
thrift-qt5.pc.in \
+ src/thrift/qt/CMakeLists.txt \
$(WINDOWS_DIST)
style-local:
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am
index dadbe38..435f2b5 100755
--- a/lib/cpp/test/Makefile.am
+++ b/lib/cpp/test/Makefile.am
@@ -114,7 +114,9 @@
ToStringTest.cpp \
TypedefTest.cpp \
TServerSocketTest.cpp \
- TServerTransportTest.cpp
+ TServerTransportTest.cpp \
+ TestPortFixture.h \
+ TTransportCheckThrow.h
if !WITH_BOOSTTHREADS
UnitTests_SOURCES += \
@@ -203,7 +205,8 @@
# TPipedTransportTest
#
TPipedTransportTest_SOURCES = \
- TPipedTransportTest.cpp
+ TPipedTransportTest.cpp \
+ TPipeInterruptTest.cpp
TPipedTransportTest_LDADD = \
$(top_builddir)/lib/cpp/libthrift.la \
@@ -357,7 +360,10 @@
$(RM) -r gen-cpp
EXTRA_DIST = \
- ThriftTest_extras.cpp \
- DebugProtoTest_extras.cpp \
concurrency \
- processor
+ processor \
+ qt \
+ CMakeLists.txt \
+ DebugProtoTest_extras.cpp \
+ tests.xml \
+ ThriftTest_extras.cpp