diff options
author | Christopher Michael <cp.michael@samsung.com> | 2012-12-04 09:52:24 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2012-12-04 09:52:24 +0000 |
commit | 313ad7e69b730ed34e6c1839fc274d8240fcf0fc (patch) | |
tree | 4b312b692cdfb5a2defaaab8ddb46e3471328b1a /src | |
parent | fe075cbae94263b44b26069f34728ff7afc057f8 (diff) |
Patch from Jérémy Zurcher <jeremy@asynk.ch> to fix ecore_evas_wayland
compilation checks.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 80140
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile_Ecore_Wayland.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am index f6318492d6..696342fa8d 100644 --- a/src/Makefile_Ecore_Wayland.am +++ b/src/Makefile_Ecore_Wayland.am | |||
@@ -31,7 +31,7 @@ lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = \ | |||
31 | @ECORE_WAYLAND_CFLAGS@ | 31 | @ECORE_WAYLAND_CFLAGS@ |
32 | 32 | ||
33 | lib_ecore_wayland_libecore_wayland_la_LIBADD = \ | 33 | lib_ecore_wayland_libecore_wayland_la_LIBADD = \ |
34 | lib/ecore/libecore_input.la \ | 34 | lib/ecore_input/libecore_input.la \ |
35 | lib/ecore/libecore.la \ | 35 | lib/ecore/libecore.la \ |
36 | lib/eo/libeo.la \ | 36 | lib/eo/libeo.la \ |
37 | lib/eina/libeina.la \ | 37 | lib/eina/libeina.la \ |