Fix the .pc files so the -l arg matches the installed libraries

Change-Id: I967f3c3031777837fee8717ca3f6bb59d6614149
This commit is contained in:
Arran Cudbard-Bell 2016-11-02 19:03:49 -04:00
parent 5606386bc9
commit ed9e76e46e
No known key found for this signature in database
GPG Key ID: FFA4D5829FB6D7CA
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ includedir=@includedir@
Name: Osmo MTP Lib
Description: Osmo MTP Lib
Version: @VERSION@
Libs: -L${libdir} -lmtp
Libs: -L${libdir} -losmo-mtp
Cflags: -I${includedir}/

View File

@ -6,5 +6,5 @@ includedir=@includedir@
Name: OpenBSC SCCP Lib
Description: OpenBSC SCCP Lib
Version: @VERSION@
Libs: -L${libdir} -lsccp
Libs: -L${libdir} -losmo-sccp
Cflags: -I${includedir}/