elementary: fix clean installation
authorAndrii Kroitor <an.kroitor@samsung.com>
Mon, 28 Mar 2016 18:23:18 +0000 (11:23 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 28 Mar 2016 18:23:23 +0000 (11:23 -0700)
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>
src/Makefile.am

index 4019fcb..084d1a4 100644 (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@)