search for: testcelt_ldadd

Displaying 1 result from an estimated 1 matches for "testcelt_ldadd".

2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
...ss_fft_guts.h arch.h bands.h fixed_c5x.h fixed_c6x.h \ cwrs.h ecintrin.h entcode.h entdec.h entenc.h fixed_generic.h float_cast.h \ @@ -31,9 +31,9 @@ noinst_HEADERS = _kiss_fft_guts.h arch.h bands.h fixed_c5x.h fixed_c6x.h \ noinst_PROGRAMS = testcelt dump_modes testcelt_SOURCES = testcelt.c -testcelt_LDADD = libcelt.la +testcelt_LDADD = libcelt at LIBCELT_SUFFIX@.la INCLUDES = -#libcelt_la_LIBADD = +#libcelt at LIBCELT_SUFFIX@_la_LIBADD = dump_modes_SOURCES = dump_modes.c -dump_modes_LDADD = libcelt.la +dump_modes_LDADD = libcelt at LIBCELT_SUFFIX@.la diff --git a/tests/Makefile.am b/tests/Make...