Install sample cfg file to /etc/osmocom

Change-Id: If41e69295ac23a61df138ceea83794059f111086
This commit is contained in:
Pau Espin 2018-09-12 18:33:56 +02:00
parent 381b723543
commit d1e2342f91
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/etc/osmocom/osmo-ggsn.cfg
/lib/systemd/system/osmo-ggsn.service
/usr/bin/osmo-ggsn
/usr/bin/sgsnemu

View File

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