search for: tandem_test_ldadd

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

2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
...a diff --git a/tests/Makefile.am b/tests/Makefile.am index 61e8f28..05ebd30 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,4 +15,4 @@ mdct_test_SOURCES = mdct-test.c #rotation_test_SOURCES = rotation-test.c mathops_test_SOURCES = mathops-test.c tandem_test_SOURCES = tandem-test.c -tandem_test_LDADD = $(top_builddir)/libcelt/libcelt.la +tandem_test_LDADD = $(top_builddir)/libcelt/libcelt at LIBCELT_SUFFIX@.la diff --git a/tools/Makefile.am b/tools/Makefile.am index c7678b6..65099ce 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -15,7 +15,7 @@ noinst_HEADERS = wav_io.h bin_PROGRAMS...