stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=43a60f7718848ed2b97536e8fb927bb903464656
commit 43a60f7718848ed2b97536e8fb927bb903464656 Author: Stefan Schmidt <[email protected]> Date: Tue Jan 13 10:57:53 2015 +0100 ecore_cocoa: Depend on ecore_cocoa_window.h file for library build. Without this missing dependency the file would not show up in the tarball and the build on MAC OSX would fail. Thanks a lot to Leif Middelschulte for testing and the report! --- src/Makefile_Ecore_Cocoa.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Ecore_Cocoa.am b/src/Makefile_Ecore_Cocoa.am index 5bd1039..b3e9d08 100644 --- a/src/Makefile_Ecore_Cocoa.am +++ b/src/Makefile_Ecore_Cocoa.am @@ -11,6 +11,7 @@ lib/ecore_cocoa/Ecore_Cocoa_Keys.h lib_ecore_cocoa_libecore_cocoa_la_SOURCES = \ lib/ecore_cocoa/ecore_cocoa.m \ +lib/ecore_cocoa/ecore_cocoa_window.h \ lib/ecore_cocoa/ecore_cocoa_window.m \ lib/ecore_cocoa/ecore_cocoa_app.m \ lib/ecore_cocoa/ecore_cocoa_app.h \ --
