Ignore:
Timestamp:
03/17/07 01:25:28 (17 years ago)
Author:
r2d
Message:

patch from xmixahlx :

  • moved replaygain outside
  • removed build system from /common
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcdec/Makefile.am

    r219 r232  
    11INCLUDES = -I$(top_srcdir)/include
     2
     3common_sources = ../common/crc32.c \
     4                ../common/huffman-bcl.c
     5
    26METASOURCES = AUTO
    37lib_LTLIBRARIES = libmpcdec.la
    48libmpcdec_la_SOURCES = huffman.c mpc_decoder.c mpc_reader.c \
    5         requant.c       streaminfo.c synth_filter.c mpc_bits_reader.c mpc_demux.c
     9        requant.c       streaminfo.c synth_filter.c mpc_bits_reader.c mpc_demux.c \
     10        $(common_sources)
    611
    712libmpcdec_la_LDFLAGS = -no-undefined -version-info 6:0:0
    813
    9 libmpcdec_la_LIBADD = $(top_builddir)/common/libcommon.a
    10 
    11 
    1214noinst_HEADERS = mpc_bits_reader.h
Note: See TracChangeset for help on using the changeset viewer.