u know... if u are going to add lots of pthread calls to .x headers
authorCarsten Haitzler <raster@rasterman.com>
Fri, 26 Aug 2011 04:50:55 +0000 (04:50 +0000)
committerCarsten Haitzler <raster@rasterman.com>
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? :)

SVN revision: 62850

legacy/eina/eina.pc.in

index 7742114ff08db4038260ea5320e6e7115b539447..e3f47583bfc69ca1cff993478f8b7c6aa00d8882 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