summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii Kroitor <an.kroitor@samsung.com>2016-03-28 11:23:18 -0700
committerCedric BAIL <cedric@osg.samsung.com>2016-03-28 11:23:23 -0700
commit2ae6307c7228c5ef37816018e6faebfb2acf3813 (patch)
tree0768bf0610f4470a617a0b79288fb4f57f39f0a3
parent3c42311658f500a27fddc26c616863c58d1eb2ab (diff)
downloadefl-2ae6307c7228c5ef37816018e6faebfb2acf3813.tar.gz
elementary: fix clean installation
Summary: elocation should be included before elementary otherwise 'make install' will fail on clean instalation Test Plan: make uninstall && make install Reviewers: raster, tasn, stefan_schmidt, cedric Reviewed By: cedric Subscribers: reutskiy.v.v, jpeg Differential Revision: https://phab.enlightenment.org/D3832 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4019fcb9b1..084d1a4bfa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,6 +68,7 @@ include Makefile_Edje.am
include Makefile_Emotion.am
include Makefile_Ethumb.am
include Makefile_Ethumb_Client.am
+include Makefile_Elocation.am
include Makefile_Elementary.am
include Makefile_Eina_Cxx.am
@@ -82,7 +83,6 @@ include Makefile_Evas_Cxx.am
include Makefile_Eio_Cxx.am
include Makefile_Elua.am
-include Makefile_Elocation.am
if HAVE_JS
AM_V_CP = $(am__v_CP_@AM_V@)