diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile_Ecore_Imf.am | 2 | ||||
-rw-r--r-- | src/Makefile_Ecore_X.am | 3 | ||||
-rw-r--r-- | src/Makefile_Evas.am | 11 |
3 files changed, 12 insertions, 4 deletions
diff --git a/src/Makefile_Ecore_Imf.am b/src/Makefile_Ecore_Imf.am index 79fcfda..da42115 100644 --- a/src/Makefile_Ecore_Imf.am +++ b/src/Makefile_Ecore_Imf.am | |||
@@ -159,6 +159,7 @@ modules_ecore_imf_xim_xim_la_CPPFLAGS = \ | |||
159 | -I$(top_builddir)/src/lib/ecore_x \ | 159 | -I$(top_builddir)/src/lib/ecore_x \ |
160 | -I$(top_srcdir)/src/lib/ecore_imf \ | 160 | -I$(top_srcdir)/src/lib/ecore_imf \ |
161 | @ECORE_IMF_CFLAGS@ \ | 161 | @ECORE_IMF_CFLAGS@ \ |
162 | @ecore_imf_xim_cflags@ \ | ||
162 | @EFL_COV_CFLAGS@ | 163 | @EFL_COV_CFLAGS@ |
163 | modules_ecore_imf_xim_xim_la_LIBADD = \ | 164 | modules_ecore_imf_xim_xim_la_LIBADD = \ |
164 | lib/ecore_imf/libecore_imf.la \ | 165 | lib/ecore_imf/libecore_imf.la \ |
@@ -166,6 +167,7 @@ lib/ecore_x/libecore_x.la \ | |||
166 | lib/ecore/libecore.la \ | 167 | lib/ecore/libecore.la \ |
167 | lib/eo/libeo.la \ | 168 | lib/eo/libeo.la \ |
168 | lib/eina/libeina.la \ | 169 | lib/eina/libeina.la \ |
170 | @ecore_imf_xim_libs@ \ | ||
169 | @EFL_COV_LIBS@ | 171 | @EFL_COV_LIBS@ |
170 | modules_ecore_imf_xim_xim_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ | 172 | modules_ecore_imf_xim_xim_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ |
171 | modules_ecore_imf_xim_xim_la_LIBTOOLFLAGS = --tag=disable-static | 173 | modules_ecore_imf_xim_xim_la_LIBTOOLFLAGS = --tag=disable-static |
diff --git a/src/Makefile_Ecore_X.am b/src/Makefile_Ecore_X.am index 502f981..eea0a17 100644 --- a/src/Makefile_Ecore_X.am +++ b/src/Makefile_Ecore_X.am | |||
@@ -131,7 +131,7 @@ $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table_h | |||
131 | BUILT_SOURCES += \ | 131 | BUILT_SOURCES += \ |
132 | $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table.h | 132 | $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table.h |
133 | 133 | ||
134 | $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table.h: $(KEYSYMDEFS) $(top_builddir)/src/utils/ecore/makekeys$(EXEEXT) | 134 | $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table.h: $(KEYSYMDEFS) utils/ecore/makekeys$(EXEEXT) |
135 | $(top_builddir)/src/utils/ecore/makekeys $(KEYSYMDEFS) > $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table_h | 135 | $(top_builddir)/src/utils/ecore/makekeys $(KEYSYMDEFS) > $(top_builddir)/src/lib/ecore_x/xcb/ecore_xcb_keysym_table_h |
136 | 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 | 136 | 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 |
137 | endif | 137 | endif |
@@ -141,6 +141,7 @@ endif | |||
141 | noinst_PROGRAMS += utils/ecore/makekeys | 141 | noinst_PROGRAMS += utils/ecore/makekeys |
142 | 142 | ||
143 | utils_ecore_makekeys_SOURCES = utils/ecore/makekeys.c | 143 | utils_ecore_makekeys_SOURCES = utils/ecore/makekeys.c |
144 | utils_ecore_makekeys_CFLAGS = @ECORE_X_CFLAGS@ | ||
144 | 145 | ||
145 | endif | 146 | endif |
146 | EXTRA_DIST += utils/ecore/mkks.sh | 147 | EXTRA_DIST += utils/ecore/mkks.sh |
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 1893e1c..4c99c78 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am | |||
@@ -553,6 +553,9 @@ modules_evas_engines_gl_common_libevas_engine_gl_common_la_CPPFLAGS = \ | |||
553 | -I$(top_srcdir)/src/lib/evas/cserve2 \ | 553 | -I$(top_srcdir)/src/lib/evas/cserve2 \ |
554 | -DEFL_EVAS_BUILD \ | 554 | -DEFL_EVAS_BUILD \ |
555 | @EVAS_CFLAGS@ | 555 | @EVAS_CFLAGS@ |
556 | if BUILD_ENGINE_GL_X11 | ||
557 | modules_evas_engines_gl_common_libevas_engine_gl_common_la_CPPFLAGS += @evas_engine_gl_xlib_cflags@ @evas_engine_gl_xcb_cflags@ | ||
558 | endif | ||
556 | modules_evas_engines_gl_common_libevas_engine_gl_common_la_LIBADD = \ | 559 | modules_evas_engines_gl_common_libevas_engine_gl_common_la_LIBADD = \ |
557 | lib/eet/libeet.la \ | 560 | lib/eet/libeet.la \ |
558 | lib/evas/libevas.la | 561 | lib/evas/libevas.la |
@@ -653,9 +656,9 @@ if EVAS_STATIC_BUILD_GL_X11 | |||
653 | lib_evas_libevas_la_SOURCES += $(GL_X11_SOURCES) | 656 | lib_evas_libevas_la_SOURCES += $(GL_X11_SOURCES) |
654 | lib_evas_libevas_la_CPPFLAGS += \ | 657 | lib_evas_libevas_la_CPPFLAGS += \ |
655 | -I$(top_srcdir)/src/modules/evas/engines/gl_common \ | 658 | -I$(top_srcdir)/src/modules/evas/engines/gl_common \ |
656 | @evas_engine_gl_xlib_cflags@ | 659 | @evas_engine_gl_xlib_cflags@ @evas_engine_gl_xcb_cflags@ |
657 | lib_evas_libevas_la_LIBADD += \ | 660 | lib_evas_libevas_la_LIBADD += \ |
658 | @evas_engine_gl_xlib_libs@ | 661 | @evas_engine_gl_xlib_libs@ @evas_engine_gl_xcb_libs@ |
659 | else | 662 | else |
660 | engineglx11pkgdir = $(libdir)/evas/modules/engines/gl_x11/$(MODULE_ARCH) | 663 | engineglx11pkgdir = $(libdir)/evas/modules/engines/gl_x11/$(MODULE_ARCH) |
661 | engineglx11pkg_LTLIBRARIES = modules/evas/engines/gl_x11/module.la | 664 | engineglx11pkg_LTLIBRARIES = modules/evas/engines/gl_x11/module.la |
@@ -670,6 +673,7 @@ modules_evas_engines_gl_x11_module_la_CPPFLAGS = \ | |||
670 | -I$(top_srcdir)/src/lib/evas/cserve2 \ | 673 | -I$(top_srcdir)/src/lib/evas/cserve2 \ |
671 | -I$(top_srcdir)/src/modules/evas/engines/gl_common \ | 674 | -I$(top_srcdir)/src/modules/evas/engines/gl_common \ |
672 | @evas_engine_gl_xlib_cflags@ \ | 675 | @evas_engine_gl_xlib_cflags@ \ |
676 | @evas_engine_gl_xcb_cflags@ \ | ||
673 | @EVAS_CFLAGS@ | 677 | @EVAS_CFLAGS@ |
674 | modules_evas_engines_gl_x11_module_la_LIBADD = | 678 | modules_evas_engines_gl_x11_module_la_LIBADD = |
675 | if ! EVAS_STATIC_BUILD_GL_COMMON | 679 | if ! EVAS_STATIC_BUILD_GL_COMMON |
@@ -679,7 +683,8 @@ endif | |||
679 | modules_evas_engines_gl_x11_module_la_LIBADD += \ | 683 | modules_evas_engines_gl_x11_module_la_LIBADD += \ |
680 | lib/eet/libeet.la \ | 684 | lib/eet/libeet.la \ |
681 | lib/evas/libevas.la \ | 685 | lib/evas/libevas.la \ |
682 | @evas_engine_gl_xlib_libs@ | 686 | @evas_engine_gl_xlib_libs@ \ |
687 | @evas_engine_gl_xcb_libs@ | ||
683 | modules_evas_engines_gl_x11_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ | 688 | modules_evas_engines_gl_x11_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ |
684 | modules_evas_engines_gl_x11_module_la_LIBTOOLFLAGS = --tag=disable-static | 689 | modules_evas_engines_gl_x11_module_la_LIBTOOLFLAGS = --tag=disable-static |
685 | endif | 690 | endif |