~ubuntu-branches/ubuntu/quantal/flac/quantal

« back to all changes in this revision

Viewing changes to src/flac/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-12-06 16:57:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206165720-ldii5tm8dq6zxg0l
Tags: 1.2.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: xmms-dev dropped to allow xmms to move to universe,
    adjust maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
EXTRA_DIST = \
23
23
        Makefile.lite \
24
 
        flac.dsp
 
24
        Makefile.lite.iffscan \
 
25
        flac.dsp \
 
26
        flac.vcproj \
 
27
        iffscan.c \
 
28
        iffscan.dsp \
 
29
        iffscan.vcproj
25
30
 
26
31
flac_SOURCES = \
27
32
        analyze.c \
28
33
        decode.c \
29
34
        encode.c \
 
35
        foreign_metadata.c \
30
36
        main.c \
31
37
        local_string_utils.c \
32
38
        utils.c \
34
40
        analyze.h \
35
41
        decode.h \
36
42
        encode.h \
 
43
        foreign_metadata.h \
37
44
        local_string_utils.h \
38
45
        utils.h \
39
46
        vorbiscomment.h
47
54
        $(top_builddir)/src/libFLAC/libFLAC.la \
48
55
        @OGG_LIBS@ \
49
56
        @LIBICONV@ \
 
57
        @MINGW_WINSOCK_LIBS@ \
50
58
        -lm