jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7ab444acbcc1f8578db6061a50fad69d74dc9993

commit 7ab444acbcc1f8578db6061a50fad69d74dc9993
Author: Lauro Moura <[email protected]>
Date:   Tue Nov 7 21:49:26 2017 +0900

    example: Add elocation to elm build
    
    Summary:
    9d2dcd92 requires elocation to build.
    
    cxx examples still broken due to elm cleanup
    
    Test Plan: make examples
    
    Reviewers: jpeg, felipealmeida
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D5426
---
 src/examples/elementary/Makefile.am | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/examples/elementary/Makefile.am 
b/src/examples/elementary/Makefile.am
index 2db4ea7e0b..25ea9a8c63 100644
--- a/src/examples/elementary/Makefile.am
+++ b/src/examples/elementary/Makefile.am
@@ -38,6 +38,8 @@ AM_CPPFLAGS = \
 -I$(top_builddir)/src/lib/evas/gesture \
 -I$(top_srcdir)/src/lib/elementary \
 -I$(top_builddir)/src/lib/elementary \
+-I$(top_srcdir)/src/lib/elocation\
+-I$(top_builddir)/src/lib/elocation\
 -DPACKAGE_DATA_DIR="\"$(datadir)/elementary\"" \
 -DPACKAGE_BIN_DIR=\"$(bindir)\" \
 -DPACKAGE_LIB_DIR=\"$(libdir)\" \
@@ -63,7 +65,8 @@ $(top_builddir)/src/lib/ecore_imf_evas/libecore_imf_evas.la \
 $(top_builddir)/src/lib/embryo/libembryo.la \
 $(top_builddir)/src/lib/edje/libedje.la \
 $(top_builddir)/src/lib/elementary/libelementary.la \
-$(top_builddir)/src/lib/ethumb_client/libethumb_client.la
+$(top_builddir)/src/lib/ethumb_client/libethumb_client.la \
+$(top_builddir)/src/lib/elocation/libelocation.la
 
 SRCS = \
 actionslider_example_01.c \

-- 


Reply via email to