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