From 7b4609d76a42bac51c5d4c97365eede15c1a43d5 Mon Sep 17 00:00:00 2001 From: tasn Date: Mon, 21 May 2012 08:58:18 +0000 Subject: [PATCH] Eo: Fix pkg-config cflags. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@71275 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- eo.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eo.pc.in b/eo.pc.in index 7a90ce3..f0276a0 100644 --- a/eo.pc.in +++ b/eo.pc.in @@ -8,6 +8,7 @@ Description: EFL's generic object system library. Version: @PACKAGE_VERSION@ Libs: -L${libdir} -leo Libs.private: -Cflags: -I${includedir}/eo-@VMAJ@ +Cflags: -I${includedir} -I${includedir}/eo-@VMAJ@ + ~ -- 2.7.4