summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2020-02-26 00:14:25 +0100
committerJens Geyer <jensg@apache.org>2020-02-26 22:14:12 +0100
commitaec555aac89ec9634e99ce0f4f0aec5799e6e3d8 (patch)
tree2e0ee1b7ebb933ca481965a944fe788fccaa107a /lib
parentb7b02afcd835639a0735731a63ff5b1386879c97 (diff)
downloadthrift-aec555aac89ec9634e99ce0f4f0aec5799e6e3d8.tar.gz
make dist fails due to CMakeList.txt files missing from the generated tarball
Diffstat (limited to 'lib')
-rw-r--r--lib/js/Makefile.am1
-rwxr-xr-xlib/nodejs/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/js/Makefile.am b/lib/js/Makefile.am
index b53404264..c14303e67 100644
--- a/lib/js/Makefile.am
+++ b/lib/js/Makefile.am
@@ -58,5 +58,6 @@ EXTRA_DIST = \
package.json \
package-lock.json \
README.md \
+ CMakeLists.txt \
src \
test
diff --git a/lib/nodejs/Makefile.am b/lib/nodejs/Makefile.am
index 71068b58f..67f6ff6a9 100755
--- a/lib/nodejs/Makefile.am
+++ b/lib/nodejs/Makefile.am
@@ -42,4 +42,5 @@ EXTRA_DIST = \
lib \
test \
coding_standards.md \
+ CMakeLists.txt \
README.md