From: caro Date: Sat, 25 Sep 2010 17:19:46 +0000 (+0000) Subject: cosmetic only: put files in alphabetic order. X-Git-Tag: submit/trunk/20120815.180907~880 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=426b14d15cca162616317d9a5a3445addeac295d;p=profile%2Fivi%2Fedje.git cosmetic only: put files in alphabetic order. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@52737 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index b73c96f..b4df06a 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -20,31 +20,31 @@ includes_HEADERS = Edje.h Edje_Edit.h includesdir = $(includedir)/edje-@VMAJ@ base_sources = \ +edje_cache.c \ edje_calc.c \ edje_callbacks.c \ +edje_container.c \ edje_data.c \ +edje_edit.c \ edje_embryo.c \ +edje_entry.c \ +edje_external.c \ +edje_load.c \ edje_lua.c \ edje_lua2.c \ -edje_load.c \ +edje_lua_script_only.c \ edje_main.c \ +edje_match.c \ +edje_message_queue.c \ edje_misc.c \ +edje_module.c \ edje_program.c \ +edje_script_only.c \ edje_smart.c \ edje_text.c \ -edje_util.c \ -edje_var.c \ -edje_container.c \ -edje_message_queue.c \ -edje_cache.c \ -edje_match.c \ edje_textblock_styles.c \ -edje_edit.c \ -edje_script_only.c \ -edje_lua_script_only.c \ -edje_entry.c \ -edje_external.c \ -edje_module.c +edje_util.c \ +edje_var.c if EDJE_AMALGAMATION nodist_libedje_la_SOURCES = edje_amalgamation.c