aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-22 13:37:41 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-22 13:37:41 +0200
commitde2ef31f4c85c307455f6df37bfcc88534d35cc7 (patch)
treed4ff6fe872a5a7c557c7b485f13e182da7f9130d
parentd211c490cad38f2009943121d57bdb7df8eee9b0 (diff)
Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
-rw-r--r--Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 62bad698..e64db39a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,9 +5,13 @@ SUBDIRS = include src tests doc contrib
# package the contrib and doc
EXTRA_DIST = \
+ .version \
+ README.md \
contrib/dump_docs.py \
- git-version-gen .version \
- README.md
+ contrib/osmo-bts.spec.in \
+ debian \
+ git-version-gen \
+ $(NULL)
AM_DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)