diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2015-05-01 15:43:23 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2015-05-01 15:43:51 -0400 |
commit | 847704d06fb192343a810234da9ede0333bc79a3 (patch) | |
tree | 5c89e05b6c3a60ad1829231cd4ffc90de0de779a /Makefile.am | |
parent | 44b4941c3fcafa5adf9aa5835e7a0b5ece31a31c (diff) | |
download | liza-847704d06fb192343a810234da9ede0333bc79a3.tar.gz liza-847704d06fb192343a810234da9ede0333bc79a3.tar.bz2 liza-847704d06fb192343a810234da9ede0333bc79a3.zip |
Include all of src/ in distribution
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aed5ae7..ed9bb89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ namespaces=$(shell find src -type d) nsindex=$(addsuffix /index.js, $(namespaces)) SUBDIRS = doc -EXTRA_DIST = package.json $(path_src)/version.js +EXTRA_DIST = src package.json $(path_src)/version.js .PHONY: FORCE todo |