From eb0be1228632f7a15a92df644c822a2f26e6b260 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 28 Feb 2025 08:29:19 -0400 Subject: [PATCH] MT#55283 t/Makefile fix Change-Id: I0f212c69547685657047f45d18e2aab17d8f5bb0 (cherry picked from commit 875e9ff11ee27450eed72aeb1e254dcfeb88c25d) --- t/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Makefile b/t/Makefile index 8c95348ab..d1c2eedc8 100644 --- a/t/Makefile +++ b/t/Makefile @@ -83,7 +83,7 @@ ifeq ($(RTPENGINE_EXTENDED_TESTS),1) SRCS+= test-amr-decode.c test-amr-encode.c endif LIBSRCS+= codeclib.strhash.c resample.c socket.c streambuf.c dtmflib.c poller.c -DAEMONSRCS+= control_ng_flags_parser.c codec.c call.c ice.c kernel.c media_socket.c stun.c bencode.c \ +DAEMONSRCS+= control_ng_flags_parser.c codec.c call.c ice.c kernel.c media_socket.c stun.c \ dtls.c recording.c statistics.c rtcp.c redis.c iptables.c graphite.c \ cookie_cache.c udp_listener.c homer.c load.c cdr.c dtmf.c timerthread.c \ media_player.c jitter_buffer.c t38.c tcp_listener.c mqtt.c websocket.c \