Browse Source
It is needed by the new osmo-hnodeb project. Related: SYS#5516 Change-Id: I0d0862e9d59d3b206f3f7dfae4b39ae4032bb762changes/80/25880/5
12 changed files with 84 additions and 14 deletions
@ -0,0 +1,3 @@
|
||||
usr/include/osmocom/hnbap |
||||
usr/lib/*/libosmo-hnbap.so |
||||
usr/lib/*/pkgconfig/libosmo-hnbap.pc |
@ -0,0 +1 @@
|
||||
usr/lib/*/libosmo-hnbap*.so.* |
@ -0,0 +1,10 @@
|
||||
prefix=@prefix@ |
||||
exec_prefix=@exec_prefix@ |
||||
libdir=@libdir@ |
||||
includedir=@includedir@ |
||||
|
||||
Name: Osmocom HNBAP protocol library |
||||
Description: C Utility Library |
||||
Version: @VERSION@ |
||||
Libs: -L${libdir} -losmo-hnbap |
||||
Cflags: -I${includedir}/ |
Loading…
Reference in new issue