Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in

Change-Id: I13f28041adcc1530e5125775c4533d8ac0a88169
This commit is contained in:
Oliver Smith 2020-05-22 13:13:17 +02:00
parent 6370f5dd6f
commit a299139129
1 changed files with 9 additions and 1 deletions

View File

@ -28,7 +28,15 @@ $(top_srcdir)/.version:
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
EXTRA_DIST = git-version-gen .version README.md osmo-release.mk osmo-release.sh
EXTRA_DIST = \
.version \
README.md \
contrib/libosmocore.spec.in \
debian \
git-version-gen \
osmo-release.mk \
osmo-release.sh \
$(NULL)
HTML = \
$(top_builddir)/doc/core/html/index.html \