Install sample cfg file to /etc/osmocom

Change-Id: I19f3755f7637dfc017a89f503831f7df8098a919
This commit is contained in:
Pau Espin 2018-09-12 18:49:29 +02:00
parent f282f33360
commit 5e91debe4e
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,4 @@
etc/osmocom/osmo-msc.cfg
lib/systemd/system/osmo-msc.service
usr/bin/osmo-msc
usr/share/doc/osmo-msc/examples/osmo-msc/osmo-msc.cfg usr/share/doc/osmo-msc/examples

View File

@ -1,3 +1,11 @@
OSMOCONF_FILES = \
osmo-msc/osmo-msc.cfg
osmoconfdir = $(sysconfdir)/osmocom
osmoconf_DATA = $(OSMOCONF_FILES)
EXTRA_DIST = $(OSMOCONF_FILES)
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'
dist-hook: