aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 13:00:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 13:58:26 +0000
commitd58ddb2c4e6534c4d3db90beb2692b67e3a9b83a (patch)
tree02b1602ec978fc8500793ecce1e5443837a6aaa5 /Makefile.am
parent526b4a5f350725d312c6739cf6abdcef040b698c (diff)
Install systemd services with autotools
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f0a78694..60a5b4e1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,11 +13,15 @@ SUBDIRS = \
include \
src \
tests \
+ contrib \
$(NULL)
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = git-version-gen osmoappdesc.py .version
+DISTCHECK_CONFIGURE_FLAGS = \
+ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
+
@RELMAKE@
$(top_srcdir)/.version: