aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 12:19:45 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-10 16:10:05 +0200
commit381b7235433c95ff6e83dbb5bbf3ab96f2f9f462 (patch)
treef8a32514d8cde352c0fee2b04ef591128f540376 /Makefile.am
parentee44b82b967929eaf8867d967a22428972b58d0a (diff)
Install systemd services with autotools
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f9849c0..be378be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = lib gtp ggsn sgsnemu doc tests
+SUBDIRS = lib gtp ggsn sgsnemu doc contrib tests
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgtp.pc
@@ -12,4 +12,7 @@ dist-hook:
EXTRA_DIST = git-version-gen .version README.md README.FreeBSD README.MacOSX
+DISTCHECK_CONFIGURE_FLAGS = \
+ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
+
@RELMAKE@