~ubuntu-branches/ubuntu/trusty/libprelude/trusty

« back to all changes in this revision

Viewing changes to libltdl/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-06-10 08:50:59 UTC
  • mfrom: (1.1.13 upstream) (2.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090610085059-iflguu0i75ce5q4f
Tags: 0.9.23-1ubuntu1
* Merge from debian unstable, Ubuntu remaining changes:
  - Build-Depends on libltdl7-dev instead of libltdl3-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                          -DLTDL -I. -I$(srcdir) -Ilibltdl \
48
48
                          -I$(srcdir)/libltdl -I$(srcdir)/libltdl
49
49
AM_LDFLAGS             += -no-undefined
50
 
LTDL_VERSION_INFO       = -version-info 8:2:1
 
50
LTDL_VERSION_INFO       = -version-info 9:0:2
51
51
 
52
52
noinst_LTLIBRARIES      += $(LT_DLLOADERS)
53
53