aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-06-30 21:50:17 +0200
committerlaforge <laforge@osmocom.org>2020-07-01 08:29:39 +0000
commite1145c53e344997a6b9776e9ebc2daf3af563ec7 (patch)
tree76ee602d39518c4cefffef95268b777dcdfdc8de /Makefile.am
parentd32bd186a3453ee1cb5e4ed1febb5fe84c3cec2d (diff)
add systemd service/unit0.0.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 40dff3f..3f87824 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2
SUBDIRS = \
+ contrib \
doc \
src \
include \
@@ -16,6 +17,10 @@ EXTRA_DIST = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libosmo-e1d.pc
+AM_DISTCHECK_CONFIGURE_FLAGS = \
+ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
+
+
@RELMAKE@
BUILT_SOURCES = $(top_srcdir)/.version