From 0acd7d5fff48e1fc178ffec6db06434ecf28f173 Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Tue, 10 Jul 2012 13:45:42 -0700 Subject: [PATCH] EFL: Sort Makefile.am sources Signed-off-by: Joe Konno --- src/efl/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/efl/Makefile.am b/src/efl/Makefile.am index 586d4a0..06bd489 100644 --- a/src/efl/Makefile.am +++ b/src/efl/Makefile.am @@ -24,21 +24,21 @@ LDFLAGS += \ bin_PROGRAMS = $(TESTS) wayland_efl_test_SOURCES = \ - evasobject.cpp \ actionslider.cpp \ - background.cpp \ - window.cpp \ application.cpp \ + background.cpp \ elmtestharness.cpp \ - test_button.cpp \ - test_window.cpp \ - test_engine_set.cpp \ + evasobject.cpp \ + window.cpp \ test_actionslider.cpp \ test_background.cpp \ test_bubble.cpp \ + test_button.cpp \ test_check.cpp \ test_clock.cpp \ test_colorselector.cpp \ + test_engine_set.cpp \ + test_window.cpp \ ../testmain.cpp endif -- 2.7.4