From: seoz Date: Fri, 3 Jun 2011 17:43:04 +0000 (+0000) Subject: Elementary: Changed build order to alphabetical order. X-Git-Tag: REL_F_I9200_20110722_1~8^2~50^2~230 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=595c87fc475d7745208fe1fc21e9b5a5f1ce0c17;p=framework%2Fuifw%2Felementary.git Elementary: Changed build order to alphabetical order. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59918 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 05d8c00..7918113 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -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 diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 4a3d0fb..e02f62b 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -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 \