~ubuntu-branches/ubuntu/intrepid/cairo/intrepid-updates

« back to all changes in this revision

Viewing changes to test/pdiff/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-09-25 16:22:33 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080925162233-btx61ymk181i7mcc
Tags: 1.7.6-0ubuntu1
* New upstream version. Most noticable changes are:
  - some API changes with especially the removal of
    cairo_font_options_set_lcd_filter and cairo_font_options_get_lcd_filter
  - xlib: Faster bookkeeping
  - PS: Fix gradients with non-constant alpha
  - Fix deadlock in user-font code
* debian/patches/00list: Remove 03_from_git_fix_lcd_filter_default.dpatch,
  add debian/patches/03_fix_ftbfs_withing_xcb.dpatch
* debian/libcairo2.symbols, debian/libcairo-directfb2.symbols: update
  list of symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
EXTRA_PROGRAMS = perceptualdiff
2
 
EXTRA_DIST = gpl.txt
 
1
include $(top_srcdir)/build/Makefile.am.common
 
2
 
 
3
EXTRA_PROGRAMS += perceptualdiff
 
4
EXTRA_DIST += gpl.txt
3
5
 
4
6
noinst_LTLIBRARIES = libpdiff.la
5
7
libpdiff_la_SOURCES =           \
13
15
        args.h                  \
14
16
        perceptualdiff.c
15
17
 
16
 
INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS)
 
18
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS)
17
19
LDADD = libpdiff.la $(top_builddir)/src/libcairo.la