seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=0eb567a73d1a0bc324dd9fbea4fdfaa27a19775a

commit 0eb567a73d1a0bc324dd9fbea4fdfaa27a19775a
Author: Daniel Juyung Seo <[email protected]>
Date:   Tue Jan 14 17:20:29 2014 +0900

    elm: Build in an alphabetical order.
---
 src/lib/Makefile.am | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index c63863d..a1347ef 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -152,6 +152,10 @@ elm_app_client.h \
 elm_app_client_view_eo.h \
 elm_app_client_view.h \
 elm_app.h \
+elm_atspi_object.h \
+elm_atspi_object_common.h \
+elm_atspi_object_eo.h \
+elm_atspi_object_legacy.h \
 elm_authors.h \
 elm_bg.h \
 elm_bg_eo.h \
@@ -379,11 +383,7 @@ elm_web_legacy.h \
 elm_win.h \
 elm_win_common.h \
 elm_win_eo.h \
-elm_win_legacy.h \
-elm_atspi_object.h \
-elm_atspi_object_common.h \
-elm_atspi_object_eo.h \
-elm_atspi_object_legacy.h
+elm_win_legacy.h
 includesubdir = $(includedir)/elementary-@VMAJ@/
 
 libelementary_la_SOURCES = \
@@ -408,6 +408,8 @@ elm_app_server.c \
 elm_app_server_view.c \
 elm_app_client.c \
 elm_app_client_view.c \
+elm_atspi_object.c \
+elm_atspi_bridge.c \
 elm_bg.c \
 elm_box.c \
 elm_bubble.c \
@@ -486,9 +488,7 @@ elm_win.c \
 els_box.c \
 els_cursor.c \
 els_tooltip.c \
-elu_ews_wm.c \
-elm_atspi_object.c \
-elm_atspi_bridge.c
+elu_ews_wm.c
 
 libelementary_la_CFLAGS =
 libelementary_la_LIBADD = \

-- 


Reply via email to