u know... if u are going to add lots of pthread calls to .x headers
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 26 Aug 2011 04:50:55 +0000 (04:50 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 26 Aug 2011 04:50:55 +0000 (04:50 +0000)
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

eina.pc.in

index 7742114..e3f4758 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${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