mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:
@ -4,12 +4,14 @@ libclutterinclude_HEADERS = clutter-eglx.h
|
||||
INCLUDES = \
|
||||
-DG_LOG_DOMAIN=\"ClutterEGL\" \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/clutter \
|
||||
-I$(top_srcdir)/clutter/x11 \
|
||||
-I$(top_builddir)/clutter \
|
||||
$(CLUTTER_CFLAGS) \
|
||||
$(CLUTTER_DEBUG_CFLAGS) \
|
||||
$(GCC_FLAGS)
|
||||
|
||||
LDADD = $(CLUTTER_LIBS) \
|
||||
$(top_srcdir)/clutter/x11/libclutter-x11.la
|
||||
LDADD = $(CLUTTER_LIBS) $(top_builddir)/clutter/x11/libclutter-x11.la
|
||||
|
||||
noinst_LTLIBRARIES = libclutter-eglx.la
|
||||
|
||||
|
@ -11,7 +11,7 @@ INCLUDES = \
|
||||
$(CLUTTER_DEBUG_CFLAGS) \
|
||||
$(GCC_FLAGS)
|
||||
|
||||
LDADD = $(CLUTTER_LIBS)
|
||||
LDADD = $(CLUTTER_LIBS) $(top_builddir)/clutter/x11/libclutter-x11.la
|
||||
|
||||
noinst_LTLIBRARIES = libclutter-glx.la
|
||||
|
||||
|
Reference in New Issue
Block a user