~matttbe/ubuntu/raring/cairo/1074667

« back to all changes in this revision

Viewing changes to src/Makefile.am.features

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-11-18 09:36:24 UTC
  • Revision ID: james.westby@ubuntu.com-20101118093624-csowichjf6mgcrz9
Tags: 1.10.0-1ubuntu4
Fix build failure with -flto (adding optional symbol).

Show diffs side-by-side

added added

removed removed

Lines of Context:
635
635
enabled_cairo_cxx_sources += $(cairo_symbol_lookup_cxx_sources)
636
636
enabled_cairo_sources += $(cairo_symbol_lookup_sources)
637
637
endif
 
638
 
 
639
all_cairo_private += $(cairo_perf_utils_private) $(cairo_perf_utils_headers)
 
640
all_cairo_cxx_sources += $(cairo_perf_utils_cxx_sources)
 
641
all_cairo_sources += $(cairo_perf_utils_sources)
 
642
if CAIRO_HAS_PERF_UTILS
 
643
enabled_cairo_private += $(cairo_perf_utils_private) $(cairo_perf_utils_headers)
 
644
enabled_cairo_cxx_sources += $(cairo_perf_utils_cxx_sources)
 
645
enabled_cairo_sources += $(cairo_perf_utils_sources)
 
646
endif