aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/osmo-hnbgw.install1
-rw-r--r--doc/examples/Makefile.am4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/osmo-hnbgw.install b/debian/osmo-hnbgw.install
index bb70ad5..f040f23 100644
--- a/debian/osmo-hnbgw.install
+++ b/debian/osmo-hnbgw.install
@@ -1,3 +1,4 @@
+etc/osmocom/osmo-hnbgw.cfg
lib/systemd/system/osmo-hnbgw.service
usr/bin/osmo-hnbgw
usr/share/doc/osmo-iuh/examples/osmo-hnbgw.cfg
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 8f14fdc..7441d48 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,3 +1,7 @@
+osmoconfdir = $(sysconfdir)/osmocom
+osmoconf_DATA = osmo-hnbgw.cfg
+
+EXTRA_DIST = osmo-hnbgw.cfg
CFG_FILES = find $(srcdir) -name '*.cfg*' | sed -e 's,^$(srcdir),,'