diff options
author | Eduardo de Barros Lima <eblima@gmail.com> | 2013-01-16 01:12:00 +0000 |
---|---|---|
committer | Eduardo de Barros Lima <eblima@gmail.com> | 2013-01-16 01:12:00 +0000 |
commit | 12706b28c6e2e093325d3790584bdc909941bd00 (patch) | |
tree | cb3b14dc55b1cb7cc047218e9b901c7fda086b9a /pc | |
parent | 9d8774403d3eb201c0cc93f148b9fffd9a89b19e (diff) | |
download | efl-12706b28c6e2e093325d3790584bdc909941bd00.tar.gz |
Fix pc files for ecore-imf and ecore-imf-evas
SVN revision: 82846
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 76c36ca768..69fa517e17 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-@VMAJ@ +Cflags: -I${includedir}/ecore-imf-@VMAJ@ diff --git a/pc/ecore-imf.pc.in b/pc/ecore-imf.pc.in index cd6b5d5db6..feb8042078 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-@VMAJ@ +Cflags: -I${includedir}/ecore-imf-evas-@VMAJ@ |