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

« back to all changes in this revision

Viewing changes to modules/basic/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:
47
47
endif
48
48
 
49
49
pango_basic_win32_la_LDFLAGS = -module $(MODULE_LIBTOOL_OPTIONS)
50
 
pango_basic_win32_la_LIBADD = $(pangowin32libs) -lgdi32
 
50
pango_basic_win32_la_LIBADD = $(pangowin32libs) -lgdi32 -lusp10
 
51
libpango_basic_win32_la_LIBADD = -lgdi32 -lusp10
51
52
pango_basic_win32_la_SOURCES = basic-win32.c
52
53
libpango_basic_win32_la_SOURCES = basic-win32.c
53
54
libpango_basic_win32_la_CFLAGS = -DPANGO_MODULE_PREFIX=_pango_basic_win32