~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): Scott Ritchie
  • Date: 2010-03-31 14:56:30 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100331145630-p0k9al6risn47s20
Tags: 1.12.1-0ubuntu1
* New upstream release
  * Direct request from upstream for compatibility purposes
  * Also unifies the large/small file support issues we had earlier

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
CLEANFILES = *.a
20
20
 
21
21
 
22
 
#lib_LIBRARIES = libmpg123.a
 
22
# The library can have different names, depending on largefile setup.
 
23
# Libtool macros think they're smart. Because of that mpg123.la does not work, it must be libmpg123.la .
23
24
lib_LTLIBRARIES = libmpg123.la
24
25
nodist_include_HEADERS = mpg123.h
25
26
 
26
 
#libmpg123_a_LIBADD = @DECODER_OBJ@
27
 
#libmpg123_a_DEPENDENCIES = @DECODER_OBJ@
28
 
 
29
27
libmpg123_la_LDFLAGS = -no-undefined -version-info @LIBMPG123_VERSION@ -export-symbols-regex '^mpg123_'
30
 
libmpg123_la_LIBADD = @DECODER_LOBJ@
31
 
libmpg123_la_DEPENDENCIES = @DECODER_LOBJ@
 
28
libmpg123_la_LIBADD = @DECODER_LOBJ@ @LFS_LOBJ@
 
29
libmpg123_la_DEPENDENCIES = @DECODER_LOBJ@ @LFS_LOBJ@
32
30
 
33
31
libmpg123_la_SOURCES = \
34
32
        compat.c \
61
59
        readers.c \
62
60
        tabinit.c \
63
61
        libmpg123.c \
 
62
        aligncheck.h \
64
63
        mpg123lib_intern.h \
65
64
        mangle.h \
66
65
        getcpuflags.h \
68
67
        index.c
69
68
 
70
69
EXTRA_libmpg123_la_SOURCES = \
 
70
        lfs_wrap.c \
71
71
        icy.c \
72
72
        icy2utf8.c \
73
73
        l2tables.h \