2008-05-19 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/eglx/Makefile.am: Fix the INCLUDE directives to properly include the X11 backend headers. * clutter/glx/Makefile.am: Add the libclutter-x11.la static library to the LDADD directives.
This commit is contained in:
parent
460b05bd83
commit
aec03912b8
@ -1,3 +1,11 @@
|
|||||||
|
2008-05-19 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/eglx/Makefile.am: Fix the INCLUDE directives to
|
||||||
|
properly include the X11 backend headers.
|
||||||
|
|
||||||
|
* clutter/glx/Makefile.am: Add the libclutter-x11.la static
|
||||||
|
library to the LDADD directives.
|
||||||
|
|
||||||
2008-05-19 Tomas Frydrych <tf@openedhand.com>
|
2008-05-19 Tomas Frydrych <tf@openedhand.com>
|
||||||
|
|
||||||
* clutter/x11/clutter-x11.h:
|
* clutter/x11/clutter-x11.h:
|
||||||
|
@ -4,12 +4,14 @@ libclutterinclude_HEADERS = clutter-eglx.h
|
|||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-DG_LOG_DOMAIN=\"ClutterEGL\" \
|
-DG_LOG_DOMAIN=\"ClutterEGL\" \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_srcdir)/clutter \
|
||||||
|
-I$(top_srcdir)/clutter/x11 \
|
||||||
|
-I$(top_builddir)/clutter \
|
||||||
$(CLUTTER_CFLAGS) \
|
$(CLUTTER_CFLAGS) \
|
||||||
$(CLUTTER_DEBUG_CFLAGS) \
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
$(GCC_FLAGS)
|
$(GCC_FLAGS)
|
||||||
|
|
||||||
LDADD = $(CLUTTER_LIBS) \
|
LDADD = $(CLUTTER_LIBS) $(top_builddir)/clutter/x11/libclutter-x11.la
|
||||||
$(top_srcdir)/clutter/x11/libclutter-x11.la
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libclutter-eglx.la
|
noinst_LTLIBRARIES = libclutter-eglx.la
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ INCLUDES = \
|
|||||||
$(CLUTTER_DEBUG_CFLAGS) \
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
$(GCC_FLAGS)
|
$(GCC_FLAGS)
|
||||||
|
|
||||||
LDADD = $(CLUTTER_LIBS)
|
LDADD = $(CLUTTER_LIBS) $(top_builddir)/clutter/x11/libclutter-x11.la
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libclutter-glx.la
|
noinst_LTLIBRARIES = libclutter-glx.la
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user