aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-22 13:13:17 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-22 13:26:19 +0200
commita299139129ff72ed3aa84ed5aa44b5f9f8a227ae (patch)
tree8c315412c40c9544eab098b768ed55a5796abdd3 /Makefile.am
parent6370f5dd6f05ce7bb95f2811a70b06462f321b72 (diff)
Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d08f41b6..f2a05a96 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \