Elementary: Changed build order to alphabetical order.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 3 Jun 2011 17:43:04 +0000 (17:43 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 3 Jun 2011 17:43:04 +0000 (17:43 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59918 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/Makefile.am
src/lib/Makefile.am

index 05d8c00..7918113 100644 (file)
@@ -57,6 +57,7 @@ test_fileselector_button.c \
 test_fileselector.c \
 test_fileselector_entry.c \
 test_flip.c \
+test_flip_page.c \
 test_flipselector.c \
 test_floating.c \
 test_focus2.c \
@@ -64,6 +65,8 @@ test_focus3.c \
 test_focus.c \
 test_gengrid.c \
 test_genlist.c \
+test_glview.c \
+test_grid.c \
 test_hover.c \
 test_hoversel.c \
 test_icon.c \
@@ -101,10 +104,7 @@ test_tooltip.c \
 test_transit.c \
 test_weather.c \
 test_win_inline.c \
-test_win_state.c \
-test_grid.c \
-test_flip_page.c \
-test_glview.c
+test_win_state.c
 
 if HAVE_EIO
 elementary_test_SOURCES += test_eio.c
index 4a3d0fb..e02f62b 100644 (file)
@@ -67,6 +67,7 @@ elm_font.c \
 elm_frame.c \
 elm_gengrid.c \
 elm_genlist.c \
+elm_glview.c \
 elm_grid.c \
 elm_hover.c \
 elm_icon.c \
@@ -104,7 +105,6 @@ elm_transit.c \
 elm_util.c \
 elm_widget.c \
 elm_win.c \
-elm_glview.c \
 els_box.c \
 els_box.h \
 els_cursor.c \