Elementary src/edje_externals/Makefile.am: Alphabetical build order.

SVN revision: 59793
This commit is contained in:
Daniel Juyung Seo 2011-05-30 01:59:13 +00:00
parent f8724245ae
commit a8297cf00e
1 changed files with 4 additions and 4 deletions

View File

@ -27,11 +27,11 @@ pkg_LTLIBRARIES = module.la
module_la_SOURCES = private.h \
modules.inc \
elm.c \
elm_anchorblock.c \
elm_anchorview.c \
elm_bubble.c \
elm_button.c \
elm.c \
elm_check.c \
elm_clock.c \
elm_fileselector_button.c \
@ -41,6 +41,7 @@ elm_gengrid.c \
elm_genlist.c \
elm_hoversel.c \
elm_icon.c \
elm_index.c \
elm_label.c \
elm_list.c \
elm_map.c \
@ -51,14 +52,13 @@ elm_progressbar.c \
elm_radio.c \
elm_scrolled_entry.c \
elm_scroller.c \
elm_segment_control.c \
elm_slider.c \
elm_slideshow.c \
elm_spinner.c \
elm_thumb.c \
elm_toggle.c \
elm_toolbar.c \
elm_segment_control.c \
elm_index.c
elm_toolbar.c
module_la_LIBADD = $(top_builddir)/src/lib/libelementary.la
module_la_LDFLAGS = -no-undefined -module -avoid-version -shared -fPIC