summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauro Moura <lauromoura@expertisesolutions.com.br>2017-11-07 21:49:26 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-11-07 21:49:26 +0900
commit7ab444acbcc1f8578db6061a50fad69d74dc9993 (patch)
tree55ed251baa6dba8b84649facac0cd487964845b0
parent439fbe4bcb4c34ff7dabd802bd4e139b57f6dd50 (diff)
downloadefl-7ab444acbcc1f8578db6061a50fad69d74dc9993.tar.gz
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
-rw-r--r--src/examples/elementary/Makefile.am5
1 files changed, 4 insertions, 1 deletions
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 \