aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 12:40:56 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-13 11:52:30 +0200
commit97ba4062f892f349bc9695420bcd3e269b5747a7 (patch)
treecda3497a7ecf7dbf730a3821820d5e6fca87eac0 /Makefile.am
parente17ae024fa404c24ecd9c33c9397bd9ce98d6f95 (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 38fdcba2a..1883ab5fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,7 @@ SUBDIRS = \
doc \
include \
src \
+ contrib \
tests \
$(NULL)
@@ -21,6 +22,9 @@ pkgconfig_DATA = osmo-sgsn.pc
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: