cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8dd2b5829a56fdf6fd85407647b327e794799230
commit 8dd2b5829a56fdf6fd85407647b327e794799230 Author: Raoul Hecky <[email protected]> Date: Sun Jun 8 22:55:55 2014 +0200 ecore_cocoa: missing link flag --- src/Makefile_Ecore_Cocoa.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Ecore_Cocoa.am b/src/Makefile_Ecore_Cocoa.am index 56e4549..0a01d1d 100644 --- a/src/Makefile_Ecore_Cocoa.am +++ b/src/Makefile_Ecore_Cocoa.am @@ -17,5 +17,5 @@ lib/ecore_cocoa/ecore_cocoa_private.h lib_ecore_cocoa_libecore_cocoa_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ECORE_COCOA_CFLAGS@ lib_ecore_cocoa_libecore_cocoa_la_LIBADD = @ECORE_COCOA_LIBS@ lib_ecore_cocoa_libecore_cocoa_la_DEPENDENCIES = @ECORE_COCOA_INTERNAL_LIBS@ -lib_ecore_cocoa_libecore_cocoa_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ +lib_ecore_cocoa_libecore_cocoa_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ @cocoa_ldflags@ endif --
