diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-09-01 16:11:22 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-09-01 16:11:22 -0400 |
commit | d2c255536eafedb4495bc0c3e0add2819d300132 (patch) | |
tree | a87c38140787d5c4efb5e7110648aed74ee1bf8b | |
parent | 108e59718fefe3cc101138e735d83c84d707dbd1 (diff) | |
download | liza-2.0.3.tar.gz liza-2.0.3.tar.bz2 liza-2.0.3.zip |
Add missing bin/server.js to distributionv2.0.3
Wow...this is a rough day.
* Makefile.am (EXTRA_DIST): Add bin/server.js.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 914c3ef..fe2c8e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |