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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon <ron@debian.org>2013-07-02 11:31:23 +0400
committerRon <ron@debian.org>2013-07-02 11:31:23 +0400
commit45106b7e4d6ec3d3f13690cafd018ea0dfb601a4 (patch)
treeedc1186f067b8a08f46f9e0c6fa721fb867ee1b4 /Makefile.am
parent4eb399d7f4d97f5f20081db6196dba04d22113a4 (diff)
Link libopus itself with libm too
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 65fba901..b090ca09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,6 +33,7 @@ include opus_headers.mk
libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
libopus_la_LDFLAGS = -no-undefined -version-info @OPUS_LT_CURRENT@:@OPUS_LT_REVISION@:@OPUS_LT_AGE@
+libopus_la_LIBADD = $(LIBM)
pkginclude_HEADERS = include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h