cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=88378799ef95e157fa73e74e46729b513455560a
commit 88378799ef95e157fa73e74e46729b513455560a Author: Cedric BAIL <ced...@osg.samsung.com> Date: Thu Mar 12 07:21:56 2015 +0100 ecore: cosmetic grouping if that belong together. --- src/Makefile_Ecore.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index e727a7f..2fff416 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am @@ -198,10 +198,6 @@ tests/ecore/ecore_test_ecore_input.c \ tests/ecore/ecore_test_ecore_file.c \ tests/ecore/ecore_suite.h -if HAVE_ECORE_X -tests_ecore_ecore_suite_SOURCES += tests/ecore/ecore_test_ecore_x.c -endif - tests_ecore_ecore_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ -DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/ecore\" \ -DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/ecore\" \ @@ -246,6 +242,10 @@ tests_ecore_ecore_suite_DEPENDENCIES = \ @USE_ECORE_FB_INTERNAL_LIBS@ \ @USE_ECORE_INPUT_INTERNAL_LIBS@ +if HAVE_ECORE_X +tests_ecore_ecore_suite_SOURCES += tests/ecore/ecore_test_ecore_x.c +endif + if HAVE_ECORE_AUDIO tests_ecore_ecore_suite_SOURCES += tests/ecore/ecore_test_ecore_audio.c endif --