From 47cdc87baca4fb0f54c10cbca245a571c01f0989 Mon Sep 17 00:00:00 2001 From: "U. Artie Eoff" Date: Thu, 12 Sep 2013 19:28:28 -0700 Subject: [PATCH] examples: Fixed Makefile regression of rELM1dcd32068 https://phab.enlightenment.org/T366 make - Circular dependency dropped Signed-off-by: U. Artie Eoff --- legacy/elementary/src/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/examples/Makefile.am b/legacy/elementary/src/examples/Makefile.am index 32beda8..8afe87a 100644 --- a/legacy/elementary/src/examples/Makefile.am +++ b/legacy/elementary/src/examples/Makefile.am @@ -288,7 +288,7 @@ transit_example_04 \ web_example_01 \ web_example_02 \ win_example \ -track_example_01.c +track_example_01 if ELEMENTARY_WINDOWS_BUILD efl_thread_1_SOURCES = efl_thread_win32_1.c -- 2.7.4