mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh.git
synced 2025-10-23 00:12:06 +00:00
It is needed by the new osmo-hnodeb project. Related: SYS#5516 Change-Id: I0d0862e9d59d3b206f3f7dfae4b39ae4032bb762
11 lines
226 B
PkgConfig
11 lines
226 B
PkgConfig
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}/
|