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
This commit is contained in:
Holger Hans Peter Freyther 2017-01-24 11:31:47 +01:00 committed by Holger Freyther
parent d32b6d13ed
commit 76f048a1fd
2 changed files with 5 additions and 4 deletions

4
debian/control vendored
View File

@ -107,8 +107,8 @@ Description: Header file needed by tools tightly integrated
from OpenBSC. This package installs these files to your file system so from OpenBSC. This package installs these files to your file system so
that the other packages can build-depend on this package. that the other packages can build-depend on this package.
. .
The header file is installed to /usr/include/osmocom/openbsc, while The directory structure is copied after the structure in the repository
the .c file is installed to /usr/src/osmocom/openbsc. and the header and .c file are installed into /usr/src/osmocom/openbsc/.
Package: osmo-gtphub Package: osmo-gtphub
Architecture: any Architecture: any

View File

@ -1,2 +1,3 @@
openbsc/include/openbsc/gsm_data_shared.h usr/include/osmocom/openbsc/ openbsc/include/openbsc/gsm_data_shared.h usr/src/osmocom/openbsc/openbsc/include/openbsc/
openbsc/src/libcommon/gsm_data_shared.c usr/src/osmocom/openbsc/libcommon/ 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/