use $libdir and not $exec_prefix/lib, as the user can set
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jan 2010 16:35:52 +0000 (16:35 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jan 2010 16:35:52 +0000 (16:35 +0000)
$libdir with configure

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@45227 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

eina-0.pc.in

index e28741a..05f9132 100644 (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