doc/examples: Install OC2G config files with autotools

Change-Id: I2fd587e91b5e0e4cd1b8ffa781f65dbfd4484f19
This commit is contained in:
Daniel Willmann 2019-01-30 10:35:13 +01:00
parent 3bf27cefbb
commit 5c205639f1
1 changed files with 9 additions and 0 deletions

View File

@ -42,5 +42,14 @@ EXTRA_DIST += $(doc_lc15_DATA)
OSMOCONF_FILES += litecell15/osmo-bts-lc15.cfg litecell15/lc15bts-mgr.cfg
endif
if ENABLE_OC2GBTS
doc_oc2gdir = $(docdir)/examples/osmo-bts-oc2g
doc_oc2g_DATA = \
oc2g/osmo-bts-oc2g.cfg \
oc2g/oc2gbts-mgr.cfg
EXTRA_DIST += $(doc_oc2g_DATA)
OSMOCONF_FILES += oc2g/osmo-bts-oc2g.cfg oc2g/oc2gbts-mgr.cfg
endif
osmoconfdir = $(sysconfdir)/osmocom
osmoconf_DATA = $(OSMOCONF_FILES)