diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-06-22 15:12:07 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-06-22 15:12:47 -0400 |
commit | 4ecaa378530f85729bb576a263ff07ca2a952a6f (patch) | |
tree | 43655d69966cab22ab66483b992d4913b0399251 /Makefile.am | |
parent | eb307e49fe4e68776e7825a4e5a807aed30f416d (diff) | |
download | liza-4ecaa378530f85729bb576a263ff07ca2a952a6f.tar.gz liza-4ecaa378530f85729bb576a263ff07ca2a952a6f.tar.bz2 liza-4ecaa378530f85729bb576a263ff07ca2a952a6f.zip |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 333dfb9..73c51b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |