1
0
Fork 0

Add missing bin/server to distribution

* Makefile.am (EXTRA_DIST): Add bin/server.
master
Mike Gerwitz 2017-09-01 15:51:48 -04:00
parent f873d96cc7
commit 108e59718f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ 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)
tools autogen.sh README.md $(path_test) bin/server
.PHONY: FORCE todo