summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauro Moura <lauromoura@expertisesolutions.com.br>2017-11-23 15:34:50 -0800
committerCedric Bail <cedric@osg.samsung.com>2017-11-23 15:34:54 -0800
commit3ca7d95321fadea659306711b3d68c71600cfece (patch)
tree6f2fdb3af6953d366163c2b434f1ad1f53b09e51
parentb47dce671336aa799a38c7e6622a2231d3411ffa (diff)
downloadefl-3ca7d95321fadea659306711b3d68c71600cfece.tar.gz
elementary: fix compilation of cxx examples
Summary: Missing ecore_con library Reviewers: felipealmeida, jpeg Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D5517 Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
-rw-r--r--src/examples/elementary/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/elementary/Makefile.am b/src/examples/elementary/Makefile.am
index 25ea9a8c63..c4b5944c71 100644
--- a/src/examples/elementary/Makefile.am
+++ b/src/examples/elementary/Makefile.am
@@ -57,6 +57,7 @@ $(top_builddir)/src/lib/eo/libeo.la \
$(top_builddir)/src/lib/eet/libeet.la \
$(top_builddir)/src/lib/evas/libevas.la \
$(top_builddir)/src/lib/ecore/libecore.la \
+$(top_builddir)/src/lib/ecore_con/libecore_con.la \
$(top_builddir)/src/lib/ecore_evas/libecore_evas.la \
$(top_builddir)/src/lib/ecore_file/libecore_file.la \
$(top_builddir)/src/lib/ecore_input/libecore_input.la \