diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0c5f97b..333dfb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,8 @@ namespaces=$(shell find src -type d) nsindex=$(addsuffix /index.js, $(namespaces)) SUBDIRS = doc -EXTRA_DIST = src package.json $(path_src)/version.js README.md autogen.sh +EXTRA_DIST = $(path_src) package.json index.js $(path_src)/version.js \ + tools autogen.sh README.md .PHONY: FORCE todo |