~ubuntu-branches/ubuntu/karmic/flac/karmic

« back to all changes in this revision

Viewing changes to src/test_libOggFLAC++/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-01-08 15:08:22 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050108150822-yvinilrafylazcyv
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#  test_libOggFLAC++ - Unit tester for libOggFLAC++
2
 
#  Copyright (C) 2002,2003  Josh Coalson
 
2
#  Copyright (C) 2002,2003,2004  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
24
24
 
25
25
noinst_PROGRAMS = test_libOggFLAC++
26
26
test_libOggFLAC___LDADD = \
27
 
        $(top_builddir)/src/share/grabbag/libgrabbag.a \
28
 
        $(top_builddir)/src/share/gain_analysis/libgain_analysis.a \
 
27
        $(top_builddir)/src/share/grabbag/libgrabbag.la \
 
28
        $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
29
29
        $(top_builddir)/src/libOggFLAC++/libOggFLAC++.la \
30
30
        $(top_builddir)/src/libOggFLAC/libOggFLAC.la \
31
31
        $(top_builddir)/src/libFLAC/libFLAC.la \