~ubuntu-branches/ubuntu/saucy/pango1.0/saucy-proposed

« back to all changes in this revision

Viewing changes to pango/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2010-10-19 23:37:45 UTC
  • mfrom: (1.5.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20101019233745-xey8xlf91rpkth51
Tags: 1.28.3-1
* New upstream stable release.
  + Fixes SIGFPE in opentype renderer. Closes: #598166.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
Pango_1_0_gir_INCLUDES = GObject-2.0 cairo-1.0
174
174
Pango_1_0_gir_LIBS = libpango-1.0.la
175
175
Pango_1_0_gir_CFLAGS = -I$(top_srcdir) $(PANGO_CFLAGS)
176
 
Pango_1_0_gir_FILES = $(addprefix $(srcdir)/,$(pango_introspection_files))
 
176
Pango_1_0_gir_FILES = $(filter-out %-private.h pango-color-table.h, $(addprefix $(srcdir)/,$(pango_introspection_files)))
177
177
 
178
178
# ------------------- libpangox -------------------
179
179
 
277
277
PangoFT2-1.0.gir: libpangoft2-1.0.la
278
278
PangoFT2-1.0.gir: Pango-1.0.gir
279
279
 
280
 
PangoFT2_1_0_gir_PACKAGES = gobject-2.0 freetype2 pangoft2
281
 
PangoFT2_1_0_gir_INCLUDES = GObject-2.0 cairo-1.0 Pango-1.0 freetype2-2.0 fontconfig-2.0
 
280
PangoFT2_1_0_gir_PACKAGES = freetype2
 
281
PangoFT2_1_0_gir_INCLUDES = GObject-2.0 cairo-1.0 freetype2-2.0 fontconfig-2.0
282
282
PangoFT2_1_0_gir_LIBS = libpangoft2-1.0.la
283
283
PangoFT2_1_0_gir_CFLAGS = -I$(top_srcdir)
284
 
PangoFT2_1_0_gir_FILES = $(addprefix $(srcdir)/,$(pangoft2_introspection_files))
 
284
PangoFT2_1_0_gir_SCANNERFLAGS = --include-uninstalled=$(builddir)/Pango-1.0.gir
 
285
PangoFT2_1_0_gir_FILES = $(filter-out %-private.h, $(addprefix $(srcdir)/,$(pangoft2_introspection_files)))
285
286
 
286
287
# ------------------- libpangoxft -------------------
287
288
 
327
328
PangoXft-1.0.gir: PangoFT2-1.0.gir
328
329
 
329
330
PangoXft_1_0_gir_PACKAGES = gobject-2.0 freetype2
330
 
PangoXft_1_0_gir_INCLUDES = GObject-2.0 PangoFT2-1.0 xft-2.0 xlib-2.0
 
331
PangoXft_1_0_gir_INCLUDES = GObject-2.0 xft-2.0 xlib-2.0
331
332
PangoXft_1_0_gir_LIBS = libpangoxft-1.0.la
332
333
PangoXft_1_0_gir_CFLAGS = -I$(top_srcdir) $(PANGO_CFLAGS)
333
 
PangoXft_1_0_gir_FILES = $(addprefix $(srcdir)/,$(pangoxft_introspection_files))
 
334
PangoXft_1_0_gir_SCANNERFLAGS = --include-uninstalled=$(builddir)/PangoFT2-1.0.gir
 
335
PangoXft_1_0_gir_FILES = $(filter-out %-private.h, $(addprefix $(srcdir)/,$(pangoxft_introspection_files)))
334
336
 
335
337
# ------------------- libpangocairo -------------------
336
338
 
409
411
PangoCairo-1.0.gir: Pango-1.0.gir $(PANGOCAIRO_FONT_BACKEND_GI_MODULE).gir
410
412
 
411
413
PangoCairo_1_0_gir_PACKAGES = gobject-2.0 cairo
412
 
PangoCairo_1_0_gir_INCLUDES = GObject-2.0 cairo-1.0 Pango-1.0 $(PANGOCAIRO_FONT_BACKEND_GI_MODULE)
 
414
PangoCairo_1_0_gir_INCLUDES = GObject-2.0 cairo-1.0 $(PANGOCAIRO_FONT_BACKEND_GI_MODULE)
413
415
PangoCairo_1_0_gir_LIBS = libpangocairo-1.0.la
414
416
PangoCairo_1_0_gir_CFLAGS = -I$(top_srcdir) $(PANGO_CFLAGS)
415
 
PangoCairo_1_0_gir_FILES = $(addprefix $(srcdir)/,$(pangocairo_introspection_files))
 
417
PangoCairo_1_0_gir_SCANNERFLAGS = --include-uninstalled=$(builddir)/Pango-1.0.gir --include-uninstalled=$(builddir)/$(PANGOCAIRO_FONT_BACKEND_GI_MODULE).gir
 
418
PangoCairo_1_0_gir_FILES = $(filter-out %-private.h, $(addprefix $(srcdir)/,$(pangocairo_introspection_files)))
416
419
 
417
420
# ------------------- libpangowin32 -------------------
418
421