~ubuntu-branches/ubuntu/trusty/electricsheep/trusty-proposed

« back to all changes in this revision

Viewing changes to mpeg2dec/libvo/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alexis Sukrieh
  • Date: 2005-06-17 18:28:17 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050617182817-3ju56pnktawusjt8
Tags: 2.6.2-1
* New upstream release: 2.6.2.
  (closes: #309852)
* Added myself as maintainer (Sander Smeenk offered it to me).
* Added dpatch for handling changes applied on upstream sources.
* Added all missing manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AUTOMAKE_OPTIONS = no-dependencies
2
2
 
3
 
CFLAGS = @CFLAGS@ @LIBVO_CFLAGS@
 
3
AM_CFLAGS = @LIBVO_CFLAGS@
4
4
 
5
5
noinst_LIBRARIES = libvo.a
6
6
libvo_a_SOURCES = video_out.c video_out_x11.c video_out_sdl.c \