From de2ef31f4c85c307455f6df37bfcc88534d35cc7 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 22 May 2020 13:37:41 +0200 Subject: [PATCH] Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in Change-Id: Ia08afb32b228d0a2380190e358364e07b20ce0f3 --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 62bad6981..e64db39a8 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)