THRIFT-2602:Fix missing dist files
Client: build process
Patch: jfarrell
Add all missing files to the dist package.
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am
index d6cf4c3..601fd32 100644
--- a/compiler/cpp/Makefile.am
+++ b/compiler/cpp/Makefile.am
@@ -21,10 +21,6 @@
# Please see doc/old-thrift-license.txt in the Thrift distribution for
# details.
-# Override Automake rule that forces .hh extension
-am__yacc_c2h = sed -e s/cc$$/h/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
- -e s/c++$$/h++/ -e s/c$$/h/
-
AM_YFLAGS = -d
LIBS =
BUILT_SOURCES = thrifty.cc
@@ -42,6 +38,7 @@
src/globals.h \
src/main.h \
src/platform.h \
+ src/logging.h \
src/md5.h \
src/parse/t_doc.h \
src/parse/t_type.h \
@@ -111,6 +108,7 @@
EXTRA_DIST = \
README.md \
+ CMakeLists.txt \
$(WINDOWS_DIST)
clean-local: