~ubuntu-branches/ubuntu/oneiric/libdvdread/oneiric

« back to all changes in this revision

Viewing changes to dvdread/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-11-02 19:56:00 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061102195600-2kfmqs09792m1uq3
Tags: 0.9.7-2
Fixed typo in README.Debian (Closes: #396733).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        dvdread_internal.h cmd_print.c \
7
7
        md5.c md5.h
8
8
libdvdread_la_LIBADD = @DL_LIBS@ @CSS_LIBS@
9
 
libdvdread_la_LDFLAGS = -version-info 5:0:2 -export-symbols-regex "(DVD.*|ifo.*|nav.*|cmd.*)"
 
9
libdvdread_la_LDFLAGS = -version-info 5:1:2 -export-symbols-regex "(DVD.*|ifo.*|nav.*|cmd.*)"
10
10
 
11
11
pkgincludedir = $(includedir)/dvdread
12
12