diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-05-01 10:39:38 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2015-05-01 10:39:38 -0400 |
commit | 37e8edfefabb252d9b5542a1479f19942365113d (patch) | |
tree | d30fb229a7c2e9c4e44fc571d274d0542a033c5d | |
parent | bf6f3a7ca84ae232916bc80943bb134908734c33 (diff) | |
download | liza-37e8edfefabb252d9b5542a1479f19942365113d.tar.gz liza-37e8edfefabb252d9b5542a1479f19942365113d.tar.bz2 liza-37e8edfefabb252d9b5542a1479f19942365113d.zip |
package.json and version.js added to distribution
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c79f4ba..aed5ae7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,10 +18,13 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## +path_src = $(top_builddir)/src + namespaces=$(shell find src -type d) nsindex=$(addsuffix /index.js, $(namespaces)) SUBDIRS = doc +EXTRA_DIST = package.json $(path_src)/version.js .PHONY: FORCE todo |