From f82f9d1ebb340f0848b195d663471b35658d5ccd Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@amazon.com> Date: Mon, 16 Oct 2023 23:10:23 -0400 Subject: [PATCH] oops --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index e2081a768..50ff1eb4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -175,6 +175,9 @@ tests_test_opus_decode_LDADD = libopus.la $(NE10_LIBS) $(LIBM) tests_test_opus_padding_SOURCES = tests/test_opus_padding.c tests/test_opus_common.h tests_test_opus_padding_LDADD = libopus.la $(NE10_LIBS) $(LIBM) +tests_test_opus_dred_SOURCES = tests/test_opus_dred.c tests/test_opus_common.h +tests_test_opus_dred_LDADD = libopus.la $(NE10_LIBS) $(LIBM) + CELT_OBJ = $(CELT_SOURCES:.c=.lo) SILK_OBJ = $(SILK_SOURCES:.c=.lo) LPCNET_OBJ = $(LPCNET_SOURCES:.c=.lo) @@ -253,9 +256,6 @@ dump_weights_blob_CFLAGS = $(AM_CFLAGS) -DDUMP_BINARY_WEIGHTS endif if ENABLE_DRED TESTS += tests/test_opus_dred -tests_test_opus_dred_SOURCES = tests/test_opus_dred.c tests/test_opus_common.h -tests_test_opus_dred_LDADD = libopus.la $(NE10_LIBS) $(LIBM) - endif endif -- GitLab