cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9749c8ff0b8a64c10bf2521f53070d8f99709d8a

commit 9749c8ff0b8a64c10bf2521f53070d8f99709d8a
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

-- 


Reply via email to