pkg-config: Fix libosmo-gsup-client pkg-config file

Both description and actual "Libs" line were broken.

Change-Id: I92e625418d53a2f17feca87c72624b84183f8cdb
This commit is contained in:
Harald Welte 2018-07-31 19:34:38 +02:00
parent 7c2f430fc5
commit 5198609a5e
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Osmocom GSUP and OAP Client Library
Name: Osmocom GSUP Client Library
Description: C Utility Library
Version: @VERSION@
Libs: -L${libdir} @TALLOC_LIBS@ -losmogsm -losmocore
Libs: -L${libdir} -losmo-gsup-client
Cflags: -I${includedir}/