~ubuntu-branches/ubuntu/quantal/poppler/quantal-security

« back to all changes in this revision

Viewing changes to poppler/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-22 14:50:04 UTC
  • mfrom: (1.7.5) (4.3.6 experimental)
  • Revision ID: package-import@ubuntu.com-20120622145004-u9g82mhsv2ro6ubs
Tags: 0.20.1-1ubuntu1
* Merge with Debian, remaining Ubuntu changes:
* debian/control:
  - Drop libopenjpeg-dev build depends, it's in universe.
  - Lower poppler-data to Suggests, it's too big for CD images,
    handled by language-selector.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
        $(PTHREAD_LIBS)                         \
178
178
        $(win32_libs)
179
179
 
180
 
libpoppler_la_LDFLAGS = -version-info 25:0:0 @create_shared_lib@ @auto_import_flags@
 
180
libpoppler_la_LDFLAGS = -version-info 26:0:0 @create_shared_lib@ @auto_import_flags@
181
181
 
182
182
if ENABLE_XPDF_HEADERS
183
183