diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-16 19:28:30 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-16 19:28:30 +0000 |
commit | cf1699fe22546378a8a6eb30a3ab301b1276d002 (patch) | |
tree | e942520d9e141e5d19f0477b4162de9b0025c1a4 /pc | |
parent | 4d050b6d4ecc74b7e3bd58f5091eee1287b138bd (diff) | |
download | efl-cf1699fe22546378a8a6eb30a3ab301b1276d002.tar.gz efl-cf1699fe22546378a8a6eb30a3ab301b1276d002.tar.xz efl-cf1699fe22546378a8a6eb30a3ab301b1276d002.zip |
each module install headers in their own directory.
SVN revision: 82895
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ecore-audio.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-cocoa.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-con.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-evas.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-fb.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-file.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-ipc.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-psl1ght.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-sdl.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-wayland.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-win32.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-wince.pc.in | 2 | ||||
-rw-r--r-- | pc/ecore-x.pc.in | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/pc/ecore-audio.pc.in b/pc/ecore-audio.pc.in index ced2f8375..1d48e7d8d 100644 --- a/pc/ecore-audio.pc.in +++ b/pc/ecore-audio.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_audio@ Version: @VERSION@ Libs: -L${libdir} -lecore_audio Libs.private: @requirements_libs_ecore_audio@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-audio-@VMAJ@ diff --git a/pc/ecore-cocoa.pc.in b/pc/ecore-cocoa.pc.in index fc3607768..15af0ebae 100644 --- a/pc/ecore-cocoa.pc.in +++ b/pc/ecore-cocoa.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_cocoa@ Version: @VERSION@ Libs: -L${libdir} -lecore_cocoa Libs.private: @requirements_libs_ecore_cocoa@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-cocoa-@VMAJ@ diff --git a/pc/ecore-con.pc.in b/pc/ecore-con.pc.in index ecf7b257a..c2acbcaae 100644 --- a/pc/ecore-con.pc.in +++ b/pc/ecore-con.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_con@ Version: @VERSION@ Libs: -L${libdir} -lecore_con Libs.private: @requirements_libs_ecore_con@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-con-@VMAJ@ diff --git a/pc/ecore-evas.pc.in b/pc/ecore-evas.pc.in index 02a30ac63..53c85f872 100644 --- a/pc/ecore-evas.pc.in +++ b/pc/ecore-evas.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_evas@ Version: @VERSION@ Libs: -L${libdir} -lecore_evas Libs.private: @requirements_libs_ecore_evas@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-evas-@VMAJ@ diff --git a/pc/ecore-fb.pc.in b/pc/ecore-fb.pc.in index f37881662..4efda16ee 100644 --- a/pc/ecore-fb.pc.in +++ b/pc/ecore-fb.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_fb@ Version: @VERSION@ Libs: -L${libdir} -lecore_fb Libs.private: @requirements_libs_ecore_fb@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-fb-@VMAJ@ diff --git a/pc/ecore-file.pc.in b/pc/ecore-file.pc.in index b0c210dac..820c587da 100644 --- a/pc/ecore-file.pc.in +++ b/pc/ecore-file.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_file@ Version: @VERSION@ Libs: -L${libdir} -lecore_file Libs.private: @requirements_libs_ecore_file@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-file-@VMAJ@ diff --git a/pc/ecore-ipc.pc.in b/pc/ecore-ipc.pc.in index 541de2170..1381490bd 100644 --- a/pc/ecore-ipc.pc.in +++ b/pc/ecore-ipc.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_ipc@ Version: @VERSION@ Libs: -L${libdir} -lecore_ipc Libs.private: @requirements_libs_ecore_ipc@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-ipc-@VMAJ@ diff --git a/pc/ecore-psl1ght.pc.in b/pc/ecore-psl1ght.pc.in index 0b5336298..c7f5166c9 100644 --- a/pc/ecore-psl1ght.pc.in +++ b/pc/ecore-psl1ght.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_psl1ght@ Version: @VERSION@ Libs: -L${libdir} -lecore_psl1ght Libs.private: @requirements_libs_ecore_psl1ght@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-psl1ght-@VMAJ@ diff --git a/pc/ecore-sdl.pc.in b/pc/ecore-sdl.pc.in index ca2421e89..589c8a05a 100644 --- a/pc/ecore-sdl.pc.in +++ b/pc/ecore-sdl.pc.in @@ -8,4 +8,4 @@ Description: E core library, SDL module Version: @VERSION@ Requires.private: @requirements_pc_ecore_sdl@ Libs: -L${libdir} -lecore_sdl -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-sdl-@VMAJ@ diff --git a/pc/ecore-wayland.pc.in b/pc/ecore-wayland.pc.in index 5a123cf49..8321897cf 100644 --- a/pc/ecore-wayland.pc.in +++ b/pc/ecore-wayland.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_wayland@ Version: @VERSION@ Libs: -L${libdir} -lecore_wayland Libs.private: @requirements_libs_ecore_wayland@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-wayland-@VMAJ@ diff --git a/pc/ecore-win32.pc.in b/pc/ecore-win32.pc.in index 09383d645..108b30a5f 100644 --- a/pc/ecore-win32.pc.in +++ b/pc/ecore-win32.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_win32@ Version: @VERSION@ Libs: -L${libdir} -lecore_win32 Libs.private: @requirements_libs_ecore_win32@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-win32-@VMAJ@ diff --git a/pc/ecore-wince.pc.in b/pc/ecore-wince.pc.in index 344f29a62..e78203315 100644 --- a/pc/ecore-wince.pc.in +++ b/pc/ecore-wince.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_wince@ Version: @VERSION@ Libs: -L${libdir} -lecore_wince Libs.private: @requirements_libs_ecore_wince@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-wince-@VMAJ@ diff --git a/pc/ecore-x.pc.in b/pc/ecore-x.pc.in index aa4abc5cd..2eb1eb204 100644 --- a/pc/ecore-x.pc.in +++ b/pc/ecore-x.pc.in @@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_x@ Version: @VERSION@ Libs: -L${libdir} -lecore_x Libs.private: @requirements_libs_ecore_x@ -Cflags: -I${includedir}/ecore-@VMAJ@ +Cflags: -I${includedir}/ecore-x-@VMAJ@ |