From 76f048a1fdf8247ba28a373d989215a5493895ea Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 24 Jan 2017 11:31:47 +0100 Subject: debian: Install header and source file to different directory osmo-bts consumes the gsm_data_shared.{h,c} files and assumes the OpenBSC directory layout. Install the files into the specific sub-directories to make the --with-openbsc=dir option work. Change-Id: I3da21402dee3d6f1d812b232b0a3f13b8a462d5b --- debian/openbsc-dev.install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/openbsc-dev.install') diff --git a/debian/openbsc-dev.install b/debian/openbsc-dev.install index 557aea10e..398321af6 100644 --- a/debian/openbsc-dev.install +++ b/debian/openbsc-dev.install @@ -1,2 +1,3 @@ -openbsc/include/openbsc/gsm_data_shared.h usr/include/osmocom/openbsc/ -openbsc/src/libcommon/gsm_data_shared.c usr/src/osmocom/openbsc/libcommon/ +openbsc/include/openbsc/gsm_data_shared.h usr/src/osmocom/openbsc/openbsc/include/openbsc/ +openbsc/include/openbsc/common_cs.h usr/src/osmocom/openbsc/openbsc/include/openbsc/ +openbsc/src/libcommon/gsm_data_shared.c usr/src/osmocom/openbsc/openbsc/src/libcommon/ -- cgit v1.2.3