Browse Source

MT#55283 t/Makefile fix

Change-Id: I0f212c69547685657047f45d18e2aab17d8f5bb0
pull/1912/head
Richard Fuchs 10 months ago
parent
commit
875e9ff11e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      t/Makefile

+ 1
- 1
t/Makefile View File

@ -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 \


Loading…
Cancel
Save