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>
This commit is contained in:
Andrii Kroitor 2016-03-28 11:23:18 -07:00 committed by Cedric BAIL
parent 3c42311658
commit 2ae6307c72
1 changed files with 1 additions and 1 deletions

View File

@ -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@)