~ubuntu-branches/ubuntu/lucid/mpg123/lucid

« back to all changes in this revision

Viewing changes to src/libmpg123/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-12-21 00:11:29 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20091221001129-gsbnzbenceqv4pjt
Tags: upstream-1.10.0
ImportĀ upstreamĀ versionĀ 1.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#libmpg123_a_LIBADD = @DECODER_OBJ@
27
27
#libmpg123_a_DEPENDENCIES = @DECODER_OBJ@
28
28
 
29
 
libmpg123_la_LDFLAGS = -no-undefined -version-info @LIBMPG123_VERSION@ -export-symbols libmpg123.sym
 
29
libmpg123_la_LDFLAGS = -no-undefined -version-info @LIBMPG123_VERSION@ -export-symbols-regex '^mpg123_'
30
30
libmpg123_la_LIBADD = @DECODER_LOBJ@
31
 
libmpg123_la_DEPENDENCIES = @DECODER_LOBJ@ libmpg123.sym
 
31
libmpg123_la_DEPENDENCIES = @DECODER_LOBJ@
32
32
 
33
33
libmpg123_la_SOURCES = \
34
34
        compat.c \
65
65
        mangle.h \
66
66
        getcpuflags.h \
67
67
        index.h \
68
 
        index.c \
69
 
        libmpg123.sym
 
68
        index.c
70
69
 
71
70
EXTRA_libmpg123_la_SOURCES = \
72
71
        icy.c \
77
76
        layer3.c \
78
77
        dither.h \
79
78
        dither.c \
 
79
        feature.c \
80
80
        dct36_3dnowext.S \
81
81
        dct36_3dnow.S \
82
82
        dct64_3dnowext.S \