Escape: static linking libraries should go in Libs.private in .pc file

SVN revision: 63304
This commit is contained in:
Youness Alaoui 2011-09-09 02:55:54 +00:00
parent 5427b07823
commit 88e5226da4
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: escape
Description: Library that ports on the PS3 some specific Unix functions.
Version: @VERSION@
Libs: -L${libdir} -lescape -lm -lnet
Libs.private:
Libs: -L${libdir} -lescape
Libs.private: -lm -lnet
Cflags: -I${includedir}/escape-@VMAJ@