From f282f333601a250bcf9397a92aab1e3dc6e28100 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 10 Sep 2018 12:55:00 +0200 Subject: Install systemd services with autotools Change-Id: I3a87d5ad4cb43efdcfc25828144f825f4d3b1594 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2f0a78694..9f3644f29 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,12 +12,16 @@ SUBDIRS = \ doc \ include \ src \ + contrib \ tests \ $(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