~ubuntu-branches/ubuntu/feisty/flac/feisty-security

« back to all changes in this revision

Viewing changes to src/test_libFLAC/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-11-10 12:55:33 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051110125533-2fmlml8wnb06r5vg
Tags: 1.1.2-3ubuntu1
* Merge with Debian
  - We did the C++ transition earlier than Debian, so add c2 suffix to
    liboggflac++ and libflac++

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#  test_libFLAC - Unit tester for libFLAC
2
 
#  Copyright (C) 2000,2001,2002,2003,2004  Josh Coalson
 
2
#  Copyright (C) 2000,2001,2002,2003,2004,2005  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
19
19
        Makefile.lite \
20
20
        test_libFLAC.dsp
21
21
 
22
 
CFLAGS = @CFLAGS@
23
22
INCLUDES = -I$(top_srcdir)/src/libFLAC/include
24
23
 
25
24
noinst_PROGRAMS = test_libFLAC
33
32
        decoders.c \
34
33
        encoders.c \
35
34
        file_utils.c \
 
35
        format.c \
36
36
        main.c \
37
37
        metadata.c \
38
38
        metadata_manip.c \
42
42
        decoders.h \
43
43
        encoders.h \
44
44
        file_utils.h \
 
45
        format.h \
45
46
        metadata.h \
46
47
        metadata_utils.h