Makefile.am: add *.json to EXTRA_DIST

Otherwise the source tarballs would not contain the json schema

Change-Id: I1a3685bcff0e50a644e904c221d7d285f6215da1
This commit is contained in:
Harald Welte 2021-01-24 15:01:47 +01:00
parent f80d53068a
commit 6467dfdb9c
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ EXTRA_DIST = .version \
README.md \
git-version-gen \
contrib/osmo-cbc.spec.in \
cbc.schema.json \
smscb.schema.json \
$(NULL)
AM_DISTCHECK_CONFIGURE_FLAGS = \