Install sample cfg file to /etc/osmocom

Change-Id: I6926e989a130086f4b6c8277407377a4063f452f
This commit is contained in:
Pau Espin 2018-09-12 18:46:47 +02:00
parent e686675f7d
commit 956242dcec
2 changed files with 9 additions and 0 deletions

View File

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

View File

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