]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[libesl] Fix build of tests (#3038)
authorDmitry Verenitsin <morbit85@gmail.com>
Tue, 26 May 2026 20:11:19 +0000 (01:11 +0500)
committerGitHub <noreply@github.com>
Tue, 26 May 2026 20:11:19 +0000 (23:11 +0300)
libs/esl/tests/Makefile.am

index 40b6c7b6fc9da763729356a8e3fce3b4f37e217e..8e4b096e54febd55a674e7259379bd78a9ab8963 100644 (file)
@@ -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