From 749a49ba4f5305da1556daa4c04a3cfabcef9c1d Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 22 Dec 2013 23:10:07 -0500 Subject: [PATCH] Added build directory to EXTRA_DIST We want these files to be available in the tarball for those who do not have the setup necessary to build (which is far more likely to be the care with JavaScript developers). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 91b6836..5998439 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ # see README SUBDIRS = doc EXTRA_DIST = AUTHORS NEWS ChangeLog README.md README.hacking \ - lib test index.js package.json \ + build lib test index.js package.json \ tools/combine tools/mkexterns tools/rmtrail \ tools/signchk tools/browser-test.html tools/combine-order.js \ tools/combine-test.tpl tools/combine.tpl tools/externs-global.js \