~ubuntu-branches/ubuntu/raring/flac/raring

« back to all changes in this revision

Viewing changes to src/test_grabbag/picture/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-12-06 16:57:20 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20071206165720-4przr8grn6ha3e3a
Tags: upstream-1.2.1
ImportĀ upstreamĀ versionĀ 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  test_picture - Simple tester for cuesheet routines in grabbag
 
1
#  test_picture - Simple tester for picture routines in grabbag
2
2
#  Copyright (C) 2006,2007  Josh Coalson
3
3
#
4
4
#  This program is free software; you can redistribute it and/or
17
17
 
18
18
EXTRA_DIST = \
19
19
        Makefile.lite \
20
 
        test_picture.dsp
 
20
        test_picture.dsp \
 
21
        test_picture.vcproj
21
22
 
22
23
noinst_PROGRAMS = test_picture
23
24
test_picture_SOURCES = \
27
28
        $(top_builddir)/src/libFLAC/libFLAC.la \
28
29
        @OGG_LIBS@ \
29
30
        -lm
30
 
 
31
 
CLEANFILES = $(wildcard *.raw)