diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-10-21 10:22:38 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-10-21 10:24:17 -0400 |
commit | 813b1ccee91f4b0d4fea52d1f43fbbe7a943b07f (patch) | |
tree | a9dd21cff70bd28657f0b4fecc832eeacf1a744e | |
parent | 596944a4ea323c923dc6677b456f632218e02153 (diff) | |
download | liza-813b1ccee91f4b0d4fea52d1f43fbbe7a943b07f.tar.gz liza-813b1ccee91f4b0d4fea52d1f43fbbe7a943b07f.tar.bz2 liza-813b1ccee91f4b0d4fea52d1f43fbbe7a943b07f.zip |
Makefile.am (EXTRA_DIST): Add tsconfig.json
This was forgotten when this file was originally introduced.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ab04456..ad29592 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ tsout = tsconfig.tsbuildinfo SUBDIRS = doc EXTRA_DIST = $(path_src) package.json index.js $(path_src)/version.js \ tools autogen.sh README.md $(path_test) \ - bin/server bin/server.js + bin/server bin/server.js tsconfig.json .PHONY: FORCE todo |