~ubuntu-branches/ubuntu/utopic/flac/utopic-updates

« back to all changes in this revision

Viewing changes to src/test_streams/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2008-03-16 18:02:56 UTC
  • mfrom: (1.1.5 upstream) (8.1.2 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080316180256-qhf3wk704rp165pm
Tags: 1.2.1-1.2
* Non-maintainer upload.
* Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455304)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#  test_streams - Simple test pattern generator
2
 
#  Copyright (C) 2000,2001,2002,2003,2004,2005  Josh Coalson
 
2
#  Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007  Josh Coalson
3
3
#
4
4
#  This program is free software; you can redistribute it and/or
5
5
#  modify it under the terms of the GNU General Public License
17
17
 
18
18
EXTRA_DIST = \
19
19
        Makefile.lite \
20
 
        test_streams.dsp
 
20
        test_streams.dsp \
 
21
        test_streams.vcproj
21
22
 
22
23
noinst_PROGRAMS = test_streams
23
24
test_streams_SOURCES = \
24
25
        main.c
25
26
test_streams_LDADD = -lm
26
 
 
27
 
CLEANFILES = $(wildcard *.raw)