use $libdir and not $exec_prefix/lib, as the user can set

$libdir with configure


SVN revision: 45227
This commit is contained in:
Vincent Torri 2010-01-16 16:35:52 +00:00
parent 57b5797291
commit a165049986
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ Name: Eina
Description: A Library that implements fast data types and miscellaneous tools
@pkgconfig_requires_private@: @requirement_eina@
Version: @VERSION@
Libs: -L${exec_prefix}/lib -leina
Libs: -L${libdir} -leina
Libs.private: -ldl
Cflags: -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina