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!
This commit is contained in:
Stefan Schmidt 2015-01-13 10:57:53 +01:00
parent ee31af90cc
commit 43a60f7718
1 changed files with 1 additions and 0 deletions

View File

@ -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 \