aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 18:20:42 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-09-12 18:31:09 +0200
commit7ebfd065dac1bfcce186ec99da256afd1b249c1c (patch)
tree0ea7f25260657e52c490ad9d8bd2006d9221c130 /doc/examples/Makefile.am
parent966fcb2ca8d2021b8337b89ae92292bf93848598 (diff)
Install sample cfg file to /etc/osmocompespin/systemd
Diffstat (limited to 'doc/examples/Makefile.am')
-rw-r--r--doc/examples/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 530c3fa..fa8ab9b 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,3 +1,8 @@
+osmoconfdir = $(sysconfdir)/osmocom
+osmoconf_DATA = osmo-hlr.cfg
+
+EXTRA_DIST = osmo-hlr.cfg
+
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
dist-hook: