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

« back to all changes in this revision

Viewing changes to src/test_libFLAC/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-05-29 22:56:36 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20070529225636-p8lkii0r0kp50pns
Tags: upstream-1.1.4
ImportĀ upstreamĀ versionĀ 1.1.4

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,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
25
25
test_libFLAC_LDADD = \
26
26
        $(top_builddir)/src/share/grabbag/libgrabbag.la \
27
27
        $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
 
28
        $(top_builddir)/src/test_libs_common/libtest_libs_common.la \
28
29
        $(top_builddir)/src/libFLAC/libFLAC.la \
 
30
        @OGG_LIBS@ \
29
31
        -lm
30
32
test_libFLAC_SOURCES = \
31
 
        bitbuffer.c \
 
33
        bitwriter.c \
32
34
        decoders.c \
33
35
        encoders.c \
34
 
        file_utils.c \
35
36
        format.c \
36
37
        main.c \
37
38
        metadata.c \
38
39
        metadata_manip.c \
39
40
        metadata_object.c \
40
 
        metadata_utils.c \
41
 
        bitbuffer.h \
 
41
        bitwriter.h \
42
42
        decoders.h \
43
43
        encoders.h \
44
 
        file_utils.h \
45
44
        format.h \
46
 
        metadata.h \
47
 
        metadata_utils.h
 
45
        metadata.h