From: raster Date: Wed, 23 May 2012 10:21:53 +0000 (+0000) Subject: clean pc files to not have cflags in Cflags: of required libs - seems X-Git-Tag: 2.0_alpha~25^2~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce2264eb35b9ff749276627faf21b7d654bb8ad1;p=framework%2Fuifw%2Fecore.git clean pc files to not have cflags in Cflags: of required libs - seems to work these days with pkg-config. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71353 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/ecore.pc.in b/ecore.pc.in index 65c5a11..db67e7a 100644 --- a/ecore.pc.in +++ b/ecore.pc.in @@ -9,4 +9,4 @@ Description: Ecore event abstraction library Version: @VERSION@ Libs: -L${libdir} -lecore @EINA_LIBS@ Libs.private: -lm -Cflags: -I${includedir}/ecore-@VMAJ@ @EINA_CFLAGS@ +Cflags: -I${includedir}/ecore-@VMAJ@