1
0
Fork 0

Makefile dist corrections

As it turns out, the main index.js was missing, and you couldn't build from
the distribution because of a missing tools/!

* Makefile.am: index.js no longer missing from distribution.
tools/ no longer missing from distribution.
master
Mike Gerwitz 2016-04-18 10:47:10 -04:00
parent ca38cb97da
commit 4e57500077
1 changed files with 2 additions and 1 deletions

View File

@ -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