From: raster Date: Fri, 26 Aug 2011 04:50:55 +0000 (+0000) Subject: u know... if u are going to add lots of pthread calls to .x headers X-Git-Tag: 2.0_alpha~61^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0e7eaed86d6edf811813100e7e8fad2233f41d0;p=framework%2Fuifw%2Feina.git 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? :) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@62850 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/eina.pc.in b/eina.pc.in index 7742114..e3f4758 100644 --- a/eina.pc.in +++ b/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