~ubuntu-branches/ubuntu/oneiric/imagemagick/oneiric-updates

« back to all changes in this revision

Viewing changes to ltdl/Makefile.inc

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2010-06-20 19:59:55 UTC
  • mfrom: (6.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100620195955-n3eq0yenhycw888i
Tags: 7:6.6.2.6-1
* New upstream release;
* Change Recommends on ufraw to ufraw-batch (Closes: #579775);
* Fix FTBFS when using dash to run the configure script, by setting
  CONFIG_SHELL=/bin/bash (Closes: #582073, #583024). Thank you, Niko Tyni!

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                          -DLTDL -I. -I$(srcdir) -Iltdl \
37
37
                          -I$(srcdir)/ltdl -I$(srcdir)/ltdl/libltdl
38
38
AM_LDFLAGS             += -no-undefined
39
 
LTDL_VERSION_INFO       = -version-info 9:0:2
 
39
LTDL_VERSION_INFO       = -version-info 9:2:2
40
40
 
41
41
noinst_LTLIBRARIES      += $(LT_DLLOADERS)
42
42