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/mpcdec/Makefile.am

    r212 r232  
    33bin_PROGRAMS = mpcdec
    44mpcdec_SOURCES = mpcdec.c
    5 mpcdec_LDADD = $(top_builddir)/libwavformat/libwavformat.a \
    6         $(top_builddir)/libmpcdec/libmpcdec.la -lm
     5mpcdec_LDADD = -lm \
     6        $(top_builddir)/libmpcdec/libmpcdec.la \
     7        $(top_builddir)/libwavformat/libwavformat.a
Note: See TracChangeset for help on using the changeset viewer.