pkg-config: Fix libosmo-gsup-client pkg-config file
Both description and actual "Libs" line were broken. Change-Id: I92e625418d53a2f17feca87c72624b84183f8cdbchanges/82/10282/1
parent
7c2f430fc5
commit
5198609a5e
|
@ -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}/
|
||||
|
||||
|
|
Loading…
Reference in New Issue