diff options
author | Eduardo de Barros Lima <eblima@gmail.com> | 2013-01-16 01:18:58 +0000 |
---|---|---|
committer | Eduardo de Barros Lima <eblima@gmail.com> | 2013-01-16 01:18:58 +0000 |
commit | 56d2e1fb4e6cfc3283810508a94b7528ee46e3ed (patch) | |
tree | 0fbb5672717178cd539be42527e5cce8daac3019 /pc | |
parent | 12706b28c6e2e093325d3790584bdc909941bd00 (diff) | |
download | efl-56d2e1fb4e6cfc3283810508a94b7528ee46e3ed.tar.gz |
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
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ecore-imf-evas.pc.in | 2 | ||||
-rw-r--r-- | 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@ |