stefan pushed a commit to branch master.
commit 0f0165e253558eed5d8817e21908a5aaa2016304
Author: Stefan Schmidt <[email protected]>
Date: Thu Jul 18 08:54:32 2013 +0100
evil: Fix parallel make by setting internal dependencies.
The mingw build was failing when running in parallel. It was not
finding the internal lib for linking. Make sure we properly depend
on them.
---
src/Makefile_Evil.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Makefile_Evil.am b/src/Makefile_Evil.am
index af8512b..d55764a 100644
--- a/src/Makefile_Evil.am
+++ b/src/Makefile_Evil.am
@@ -114,6 +114,7 @@ lib_evil_libdl_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
lib_evil_libdl_la_LIBADD = \
@USE_EVIL_LIBS@ \
@EVIL_DLFCN_LIBS@
+lib_evil_libdl_la_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@
lib_evil_libdl_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
### Binary
@@ -152,9 +153,11 @@ endif
bin_evil_evil_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl @EVIL_CFLAGS@
bin_evil_evil_suite_LDADD = @USE_EVIL_LIBS@ @DL_LIBS@ -lm
+bin_evil_evil_suite_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@
bin_evil_test_evil_SOURCES = bin/evil/test_evil.c
bin_evil_test_evil_LDADD = @USE_EVIL_LIBS@
+bin_evil_test_evil_DEPENDENCIES = @USE_EVIL_INTERNAL_LIBS@
endif
EXTRA_DIST += \
--
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk