From 37e8edfefabb252d9b5542a1479f19942365113d Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 1 May 2015 10:39:38 -0400 Subject: package.json and version.js added to distribution --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 . ## +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 -- cgit v1.2.1