~ubuntu-branches/ubuntu/oneiric/ocaml-vorbis/oneiric

« back to all changes in this revision

Viewing changes to examples/Makefile.ogg2wav

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2009-02-23 14:14:09 UTC
  • mfrom: (1.1.9 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090223141409-4zao0op85s333ygh
Tags: 0.5.0-1
* New Upstream Version.
* Switch packaging to git.
* Use dh-ocaml's predefined variables.
* Update compat to 7.
* Update standards version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SOURCES = ogg2wav.ml
2
2
RESULT = ogg2wav
3
 
LIBS = unix str vorbis
4
 
INCDIRS = @I_VORBIS@
 
3
LIBS = unix str ogg vorbis
 
4
INCDIRS = ../src /usr/local/lib/ocaml/3.11.0/ogg
5
5
 
6
6
all: nc
7
7