From 97ba4062f892f349bc9695420bcd3e269b5747a7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 10 Sep 2018 12:40:56 +0200 Subject: Install systemd services with autotools Change-Id: I103bf3468d53578045593eac31b61f7e0248495e --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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: -- cgit v1.2.3