Browse Source

MT#56374 Move `poller.c` from DAEMONSRCS to LIBSRCS

Fix for:
make: *** No rule to make target '../daemon/poller.c', needed by 'codec.c'.  Stop.
make: *** Waiting for unfinished jobs....

Change-Id: I94bb758cc28cbaf2bec320213dd40a4fd075f12c
pull/1694/head
Donat Zenichev 2 years ago
parent
commit
7e52297569
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      t/Makefile

+ 2
- 2
t/Makefile View File

@ -75,8 +75,8 @@ SRCS+= spandsp_recv_fax_pcm.c spandsp_recv_fax_t38.c spandsp_send_fax_pcm.c \
ifeq ($(with_amr_tests),yes)
SRCS+= test-amr-decode.c test-amr-encode.c
endif
LIBSRCS+= codeclib.strhash.c resample.c socket.c streambuf.c dtmflib.c
DAEMONSRCS+= codec.c call.c ice.c kernel.c media_socket.c stun.c bencode.c poller.c \
LIBSRCS+= codeclib.strhash.c resample.c socket.c streambuf.c dtmflib.c poller.c
DAEMONSRCS+= codec.c call.c ice.c kernel.c media_socket.c stun.c bencode.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 cli.c \


Loading…
Cancel
Save