From: Dmitry Verenitsin Date: Tue, 26 May 2026 20:11:19 +0000 (+0500) Subject: [libesl] Fix build of tests (#3038) X-Git-Tag: v1.11.1^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=dc5c802627700ebfd85070e4add8e7006615464b;p=thirdparty%2Ffreeswitch.git [libesl] Fix build of tests (#3038) --- diff --git a/libs/esl/tests/Makefile.am b/libs/esl/tests/Makefile.am index 40b6c7b6fc..8e4b096e54 100644 --- a/libs/esl/tests/Makefile.am +++ b/libs/esl/tests/Makefile.am @@ -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