From 56d2e1fb4e6cfc3283810508a94b7528ee46e3ed Mon Sep 17 00:00:00 2001 From: Eduardo de Barros Lima Date: Wed, 16 Jan 2013 01:18:58 +0000 Subject: [PATCH] Properly fix the pc files for ecore-imf and ecore-imf-evas LESSON LEARNED: Don't commit stuff when you are almost falling asleep on the keyboard SVN revision: 82848 --- pc/ecore-imf-evas.pc.in | 2 +- pc/ecore-imf.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pc/ecore-imf-evas.pc.in b/pc/ecore-imf-evas.pc.in index 69fa517e17..5e5748f976 100644 --- a/pc/ecore-imf-evas.pc.in +++ b/pc/ecore-imf-evas.pc.in @@ -8,4 +8,4 @@ Description: E core library, IMF Evas module Version: @VERSION@ Requires.private: @requirements_pc_ecore_imf_evas@ Libs: -L${libdir} -lecore_imf_evas -Cflags: -I${includedir}/ecore-imf-@VMAJ@ +Cflags: -I${includedir}/ecore-imf-evas-@VMAJ@ diff --git a/pc/ecore-imf.pc.in b/pc/ecore-imf.pc.in index feb8042078..b0342da5e1 100644 --- a/pc/ecore-imf.pc.in +++ b/pc/ecore-imf.pc.in @@ -8,4 +8,4 @@ Description: E core library, IMF module Version: @VERSION@ Requires.private: @requirements_pc_ecore_imf@ Libs: -L${libdir} -lecore_imf -Cflags: -I${includedir}/ecore-imf-evas-@VMAJ@ +Cflags: -I${includedir}/ecore-imf-@VMAJ@