mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
2007-10-15 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/pango/Makefile.am: Compile with the debug flags, if set.
This commit is contained in:
parent
787de73486
commit
2a891520fa
@ -1,3 +1,8 @@
|
|||||||
|
2007-10-15 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/pango/Makefile.am: Compile with the debug flags, if
|
||||||
|
set.
|
||||||
|
|
||||||
2007-10-12 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-10-12 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter.symbols: Remove non-public symbols.
|
* clutter.symbols: Remove non-public symbols.
|
||||||
|
@ -12,7 +12,9 @@ libpangoclutter_la_SOURCES = $(source_c) \
|
|||||||
$(source_h) \
|
$(source_h) \
|
||||||
$(source_h_priv)
|
$(source_h_priv)
|
||||||
|
|
||||||
INCLUDES = @GCC_FLAGS@ @CLUTTER_CFLAGS@ \
|
INCLUDES = \
|
||||||
|
@GCC_FLAGS@ @CLUTTER_CFLAGS@ \
|
||||||
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/clutter/cogl \
|
-I$(top_srcdir)/clutter/cogl \
|
||||||
-I$(top_srcdir)/clutter/cogl/@CLUTTER_COGL@
|
-I$(top_srcdir)/clutter/cogl/@CLUTTER_COGL@
|
||||||
|
Loading…
Reference in New Issue
Block a user