make dist fails due to CMakeList.txt files missing from the generated tarball
diff --git a/lib/js/Makefile.am b/lib/js/Makefile.am
index b534042..c14303e 100644
--- a/lib/js/Makefile.am
+++ b/lib/js/Makefile.am
@@ -58,5 +58,6 @@
package.json \
package-lock.json \
README.md \
+ CMakeLists.txt \
src \
test
diff --git a/lib/nodejs/Makefile.am b/lib/nodejs/Makefile.am
index 71068b5..67f6ff6 100755
--- a/lib/nodejs/Makefile.am
+++ b/lib/nodejs/Makefile.am
@@ -42,4 +42,5 @@
lib \
test \
coding_standards.md \
+ CMakeLists.txt \
README.md