From 2ae6307c7228c5ef37816018e6faebfb2acf3813 Mon Sep 17 00:00:00 2001 From: Andrii Kroitor Date: Mon, 28 Mar 2016 11:23:18 -0700 Subject: [PATCH] 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 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@)