~ubuntu-branches/ubuntu/hardy/libgdiplus/hardy

« back to all changes in this revision

Viewing changes to cairo/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-12-18 13:08:10 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218130810-hlmitxfddf6h511j
Tags: 1.2.6-1ubuntu1
* Sync with Debian:
  - debian/control:
    + Add lpia and sparc to the architectures. We support them.
    + Change Maintainer to Ubuntu Mono Team.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
if CAIRO_HAS_XLIB_SURFACE
49
49
libcairo_xlib_headers = cairo-xlib.h cairo-xlib-xrender.h
50
 
libcairo_xlib_sources = cairo-xlib-surface.c cairo-xlib-surface-private.h \
51
 
                        cairo-xlib-screen.c cairo-xlib-private.h
 
50
libcairo_xlib_sources = cairo-xlib-surface.c \
 
51
                        cairo-xlib-surface-private.h \
 
52
                        cairo-xlib-display.c \
 
53
                        cairo-xlib-screen.c \
 
54
                        cairo-xlib-private.h
52
55
backend_pkgconfigs += cairo-xlib.pc
53
56
endif
54
57