1
0
Fork 0

Add Makefile to distribution

Oops.  Kind of hard to re-run `make' without the Makefile (you could have
run ./configure to create it, though).

* Makefile.am: Add 'Makefile' to EXTRA_DIST.
master
Mike Gerwitz 2016-06-22 15:12:07 -04:00
parent eb307e49fe
commit 4ecaa37853
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ nsindex=$(addsuffix /index.js, $(namespaces))
SUBDIRS = doc
EXTRA_DIST = $(path_src) package.json index.js $(path_src)/version.js \
tools autogen.sh README.md
Makefile tools autogen.sh README.md
.PHONY: FORCE todo