From c20670baa2e3975325315bdf1e2ba2bb9d104429 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 26 Aug 2011 04:50:55 +0000 Subject: [PATCH] u know... if u are going to add lots of pthread calls to .x headers that get inlined.. u should be telling apps to enable pthread too at link time eh? :) SVN revision: 62850 --- legacy/eina/eina.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/eina.pc.in b/legacy/eina/eina.pc.in index 7742114ff0..e3f47583bf 100644 --- a/legacy/eina/eina.pc.in +++ b/legacy/eina/eina.pc.in @@ -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${libdir} -leina +Libs: -L${libdir} -leina @EFL_PTHREAD_LIBS@ Libs.private: @EFL_FNMATCH_LIBS@ @EFL_PTHREAD_LIBS@ @rt_libs@ @iconv_libs@ -ldl -lm Cflags: -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina