Changeset 232 for libmpc/branches/r2d/libmpcdec/Makefile.am
- Timestamp:
- 03/17/07 01:25:28 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/libmpcdec/Makefile.am
r219 r232 1 1 INCLUDES = -I$(top_srcdir)/include 2 3 common_sources = ../common/crc32.c \ 4 ../common/huffman-bcl.c 5 2 6 METASOURCES = AUTO 3 7 lib_LTLIBRARIES = libmpcdec.la 4 8 libmpcdec_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) 6 11 7 12 libmpcdec_la_LDFLAGS = -no-undefined -version-info 6:0:0 8 13 9 libmpcdec_la_LIBADD = $(top_builddir)/common/libcommon.a10 11 12 14 noinst_HEADERS = mpc_bits_reader.h
Note: See TracChangeset
for help on using the changeset viewer.