Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/12119
Change subject: oc2g: Fix headers missing during make distcheck
......................................................................
oc2g: Fix headers missing during make distcheck
Change-Id: I2e4aad190c44fea047b4aefcf55335789fa4c571
---
M src/osmo-bts-oc2g/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/19/12119/1
diff --git a/src/osmo-bts-oc2g/Makefile.am b/src/osmo-bts-oc2g/Makefile.am
index 7188626..54a8afa 100644
--- a/src/osmo-bts-oc2g/Makefile.am
+++ b/src/osmo-bts-oc2g/Makefile.am
@@ -8,7 +8,7 @@
EXTRA_DIST = misc/oc2gbts_mgr.h misc/oc2gbts_misc.h misc/oc2gbts_par.h
misc/oc2gbts_led.h \
misc/oc2gbts_temp.h misc/oc2gbts_power.h misc/oc2gbts_clock.h \
- misc/oc2gbts_bid.h misc/oc2gbts_nl.h \
+ misc/oc2gbts_bid.h misc/oc2gbts_bts.h misc/oc2gbts_nl.h
misc/oc2gbts_swd.h \
hw_misc.h l1_if.h l1_transp.h oc2gbts.h oml_router.h utils.h
bin_PROGRAMS = osmo-bts-oc2g oc2gbts-mgr oc2gbts-util
--
To view, visit https://gerrit.osmocom.org/12119
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2e4aad190c44fea047b4aefcf55335789fa4c571
Gerrit-Change-Number: 12119
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>