diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ee3f93d..c5a95d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ namespaces=$(shell find src -type d) nsindex=$(addsuffix /index.js, $(namespaces)) SUBDIRS = doc -EXTRA_DIST = src package.json $(path_src)/version.js README.md +EXTRA_DIST = src package.json $(path_src)/version.js README.md autogen.sh .PHONY: FORCE todo |