[PATCH] openbsc[master]: Install shared headers

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Tue Mar 14 15:02:36 UTC 2017


Review at  https://gerrit.osmocom.org/2070

Install shared headers

Both our CI scripts and .deb packaging takes special care to install
shared headers which are marked as noinst. Let's just install them as
part of "make install" to make it more straightforward.

Change-Id: Ib76033b1d9f5faf7a00e4b926ce309528ed53dd7
---
M openbsc/include/openbsc/Makefile.am
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/70/2070/1

diff --git a/openbsc/include/openbsc/Makefile.am b/openbsc/include/openbsc/Makefile.am
index 7ddf323..4ac0845 100644
--- a/openbsc/include/openbsc/Makefile.am
+++ b/openbsc/include/openbsc/Makefile.am
@@ -15,7 +15,6 @@
 	bts_ipaccess_nanobts_omlattr.h \
 	chan_alloc.h \
 	common_bsc.h \
-	common_cs.h \
 	crc24.h \
 	ctrl.h \
 	db.h \
@@ -38,7 +37,6 @@
 	gsm_04_11.h \
 	gsm_04_80.h \
 	gsm_data.h \
-	gsm_data_shared.h \
 	gsm_subscriber.h \
 	gsup_client.h \
 	gtphub.h \
@@ -89,6 +87,8 @@
 
 openbsc_HEADERS = \
 	bsc_api.h \
+	gsm_data_shared.h \
+	common_cs.h \
 	gsm_04_08.h \
 	meas_rep.h \
 	$(NULL)

-- 
To view, visit https://gerrit.osmocom.org/2070
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib76033b1d9f5faf7a00e4b926ce309528ed53dd7
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list