mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
[libesl] Fix build of tests (#3038)
This commit is contained in:
committed by
GitHub
parent
22de26cc7c
commit
dc5c802627
@@ -1,6 +1,5 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
if BUILD_TESTS
|
||||
noinst_PROGRAMS = test_recv_event
|
||||
TESTS = $(noinst_PROGRAMS)
|
||||
|
||||
@@ -8,4 +7,3 @@ test_recv_event_SOURCES = test_recv_event.c
|
||||
test_recv_event_CFLAGS = $(AM_CFLAGS) -I$(switch_srcdir)/libs/esl/src/include
|
||||
test_recv_event_LDADD = $(top_builddir)/libs/esl/libesl.la
|
||||
test_recv_event_LDFLAGS = $(AM_LDFLAGS) -lpthread -lm
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user