Files
freeswitch/libs/esl/tests/Makefile.am
T
2026-05-26 23:11:19 +03:00

10 lines
328 B
Makefile

AUTOMAKE_OPTIONS = foreign
noinst_PROGRAMS = test_recv_event
TESTS = $(noinst_PROGRAMS)
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