mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
12 lines
224 B
PkgConfig
12 lines
224 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/
|
|
|
|
Name: OpenBSC
|
|
Description: OpenBSC base station controller
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lopenbsc
|
|
Cflags: -I${includedir}
|