~ubuntu-branches/ubuntu/hoary/flac/hoary

« back to all changes in this revision

Viewing changes to src/plugin_winamp2/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-04-16 15:14:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040416151431-eyloggqxpwbwpogz
Tags: 1.1.0-11
Ensure that libFLAC is linked with -lm on all architectures, and
regardless of whether nasm is present

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#  in_flac - Winamp2 FLAC input plugin
2
 
#  Copyright (C) 2000,2001  Josh Coalson
 
2
#  Copyright (C) 2000,2001,2002,2003  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
15
15
#  along with this program; if not, write to the Free Software
16
16
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17
17
 
18
 
EXTRA_DIST = Makefile.vc \
19
 
        in2.h \
 
18
SUBDIRS = include
 
19
 
 
20
EXTRA_DIST = \
 
21
        config.h \
 
22
        config.c \
20
23
        in_flac.c \
21
 
        out.h
 
24
        in_flac.dsp \
 
25
        infobox.c \
 
26
        infobox.h \
 
27
        resource.h \
 
28
        resource.rc \
 
29
        tagz.cpp \
 
30
        tagz.h