2a891520fa
* clutter/pango/Makefile.am: Compile with the debug flags, if set.
24 lines
671 B
Makefile
24 lines
671 B
Makefile
source_c = pangoclutter-font.c \
|
|
pangoclutter-fontmap.c \
|
|
pangoclutter-render.c
|
|
|
|
source_h = pangoclutter.h
|
|
|
|
source_h_priv = pangoclutter-private.h
|
|
|
|
noinst_LTLIBRARIES = libpangoclutter.la
|
|
|
|
libpangoclutter_la_SOURCES = $(source_c) \
|
|
$(source_h) \
|
|
$(source_h_priv)
|
|
|
|
INCLUDES = \
|
|
@GCC_FLAGS@ @CLUTTER_CFLAGS@ \
|
|
$(CLUTTER_DEBUG_CFLAGS) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/clutter/cogl \
|
|
-I$(top_srcdir)/clutter/cogl/@CLUTTER_COGL@
|
|
|
|
pangoclutterheadersdir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter
|
|
pangoclutterheaders_HEADERS = $(source_h)
|