From 5f4b8dd1989a4ebe8e67afa10a41427b87e24a8a Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Tue, 9 Oct 2012 14:25:06 -0400 Subject: Fixes Makefile.unix --- Makefile.unix | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.unix') diff --git a/Makefile.unix b/Makefile.unix index 88637c1a..bd980c60 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -30,6 +30,7 @@ ifdef FIXED_POINT SILK_SOURCES += $(SILK_SOURCES_FIXED) else SILK_SOURCES += $(SILK_SOURCES_FLOAT) +OPUS_SOURCES += $(OPUS_SOURCES_FLOAT) endif EXESUFFIX = -- cgit v1.2.1