aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-22 13:43:32 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-22 13:43:32 +0200
commit0d7bc876c00648b888cdb88280e9f7aebb3023f9 (patch)
tree3437e924d3b18a805f61de838dede36fb103b304 /Makefile.am
parent0b0391ff66b0684ce3173779708e71a9349bce7e (diff)
Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 48051f24..85e3c654 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,12 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
SUBDIRS = include src doc tests contrib
-EXTRA_DIST = osmoappdesc.py README.md
+EXTRA_DIST = \
+ README.md \
+ contrib/osmo-pcu.spec.in \
+ debian \
+ osmoappdesc.py \
+ $(NULL)
AM_DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)