From ce2264eb35b9ff749276627faf21b7d654bb8ad1 Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 23 May 2012 10:21:53 +0000 Subject: [PATCH] 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 --- ecore.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.7.4