mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22:05 +00:00
[build] Clean up cogl-pango Makefile
This commit is contained in:
parent
71498a6376
commit
ec374c7ab9
@ -13,21 +13,21 @@ source_h_priv = \
|
|||||||
|
|
||||||
noinst_LTLIBRARIES = libcoglpango.la
|
noinst_LTLIBRARIES = libcoglpango.la
|
||||||
|
|
||||||
libcoglpango_la_SOURCES = \
|
libcoglpango_la_SOURCES = $(source_c) $(source_h) $(source_h_priv)
|
||||||
$(source_c) \
|
libcoglpango_la_CPPFLAGS = $(CLUTTER_CFLAGS)
|
||||||
$(source_h) \
|
libcoglpango_la_LIBADD = $(CLUTTER_LIBS)
|
||||||
$(source_h_priv)
|
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
@GCC_FLAGS@ @CLUTTER_CFLAGS@ \
|
|
||||||
$(CLUTTER_DEBUG_CFLAGS) \
|
|
||||||
$(MAINTAINER_CFLAGS) \
|
|
||||||
-DCLUTTER_COMPILATION \
|
-DCLUTTER_COMPILATION \
|
||||||
|
-DG_LOG_DOMAIN=\"CoglPango\" \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/clutter \
|
-I$(top_srcdir)/clutter \
|
||||||
-I$(top_srcdir)/clutter/cogl \
|
-I$(top_srcdir)/clutter/cogl \
|
||||||
-I$(top_builddir)/clutter \
|
-I$(top_builddir)/clutter \
|
||||||
-I$(top_builddir)/clutter/cogl
|
-I$(top_builddir)/clutter/cogl \
|
||||||
|
$(CLUTTER_DEBUG_CFLAGS) \
|
||||||
|
$(COGL_DEBUG_CFLAGS) \
|
||||||
|
$(MAINTAINER_CFLAGS)
|
||||||
|
|
||||||
coglpangoheadersdir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/cogl
|
coglpangoheadersdir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/cogl
|
||||||
coglpangoheaders_HEADERS = $(source_h)
|
coglpangoheaders_HEADERS = $(source_h)
|
||||||
|
Loading…
Reference in New Issue
Block a user