cedric pushed a commit to branch efl-1.8. http://git.enlightenment.org/core/efl.git/commit/?id=7b18559c287e14f55c3fbf72d248b373307766e6
commit 7b18559c287e14f55c3fbf72d248b373307766e6 Author: Dennis Schridde <[email protected]> Date: Thu Dec 26 10:34:55 2013 +0900 ecore: allow out-of-source build of ecore_xcb_keysym_table.h. Reviewers: zmike, cedric CC: cedric, zmike Differential Revision: https://phab.enlightenment.org/D405 Signed-off-by: Cedric BAIL <[email protected]> --- src/Makefile_Ecore_X.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile_Ecore_X.am b/src/Makefile_Ecore_X.am index 31c9f37..d0c6e85 100644 --- a/src/Makefile_Ecore_X.am +++ b/src/Makefile_Ecore_X.am @@ -92,6 +92,10 @@ lib/ecore_x/xlib/ecore_x_private.h endif lib_ecore_x_libecore_x_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ECORE_X_CFLAGS@ +if HAVE_ECORE_X_XCB +lib_ecore_x_libecore_x_la_CPPFLAGS += -I$(top_builddir)/src/lib/ecore_x/xcb +endif + lib_ecore_x_libecore_x_la_LIBADD = @ECORE_X_LIBS@ lib_ecore_x_libecore_x_la_DEPENDENCIES = @ECORE_X_INTERNAL_LIBS@ lib_ecore_x_libecore_x_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ @@ -111,6 +115,7 @@ BUILT_SOURCES += \ $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table.h $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table.h: $(KEYSYMDEFS) utils/ecore/makekeys$(EXEEXT) + $(MKDIR_P) $(top_builddir)/src/lib/ecore_x/xcb $(top_builddir)/src/utils/ecore/makekeys $(KEYSYMDEFS) > $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table_h mv -f $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table_h $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table.h endif --
