From 516697e29a090c0137c49c66731b5d93125e8f7e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 10 Sep 2018 13:28:25 +0200 Subject: Install systemd services with autotools Change-Id: Ie4c7e81495181059d1dff1c194d52d11fb72ed03 --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7a4e6c0b..240e4ee2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,11 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 -SUBDIRS = include src examples tests +SUBDIRS = include src examples tests contrib EXTRA_DIST = osmoappdesc.py README.md +DISTCHECK_CONFIGURE_FLAGS = \ + --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) + @RELMAKE@ pkgconfigdir = $(libdir)/pkgconfig -- cgit v1.2.3