diff options
-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 |