diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-09-01 15:51:48 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-09-01 15:51:48 -0400 |
commit | 108e59718fefe3cc101138e735d83c84d707dbd1 (patch) | |
tree | b0358b70e4d6ed1f8466f07bd10af592c0e93ef6 | |
parent | f873d96cc766b235a443f7285723f979ce9d2184 (diff) | |
download | liza-108e59718fefe3cc101138e735d83c84d707dbd1.tar.gz liza-108e59718fefe3cc101138e735d83c84d707dbd1.tar.bz2 liza-108e59718fefe3cc101138e735d83c84d707dbd1.zip |
Add missing bin/server to distributionv2.0.2
* Makefile.am (EXTRA_DIST): Add bin/server.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 06e2ecf..914c3ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |