Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-03-12 10:04:27 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-03-12 10:04:27 +0300
commit0ac437b82d40bc3c319a48d7baf8e248143668a2 (patch)
tree70f524e00989ec6a40c70b875794c8008c929cfe /tests
parent7f38906f5073e40362bd4d3ce8932378dc9818aa (diff)
Testcases should now work even when symbols aren't visible in the dso
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e19c6c6..cf309a3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,4 +15,5 @@ laplace_test_SOURCES = laplace-test.c
mdct_test_SOURCES = mdct-test.c
rotation_test_SOURCES = rotation-test.c
+LDFLAGS = -static
LDADD = $(top_builddir)/libcelt/libcelt.la