mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-10-23 00:12:14 +00:00
Both description and actual "Libs" line were broken. Change-Id: I92e625418d53a2f17feca87c72624b84183f8cdb
12 lines
230 B
PkgConfig
12 lines
230 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Osmocom GSUP Client Library
|
|
Description: C Utility Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -losmo-gsup-client
|
|
Cflags: -I${includedir}/
|
|
|