1
0
Fork 0

Add missing bin/server.js to distribution

Wow...this is a rough day.

* Makefile.am (EXTRA_DIST): Add bin/server.js.
master
Mike Gerwitz 2017-09-01 16:11:22 -04:00
parent 108e59718f
commit d2c255536e
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ nsindex=$(addsuffix /index.js, $(namespaces))
SUBDIRS = doc
EXTRA_DIST = $(path_src) package.json index.js $(path_src)/version.js \
tools autogen.sh README.md $(path_test) bin/server
tools autogen.sh README.md $(path_test) \
bin/server bin/server.js
.PHONY: FORCE todo