[libesl] Fix build of tests (#3038)

This commit is contained in:
Dmitry Verenitsin
2026-05-27 01:11:19 +05:00
committed by GitHub
parent 22de26cc7c
commit dc5c802627
-2
View 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