mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-19 16:18:44 +00:00
9 lines
332 B
Makefile
9 lines
332 B
Makefile
include $(top_srcdir)/build/modmake.rulesam
|
|
|
|
bin_PROGRAMS = originate_test
|
|
AM_LDFLAGS = -avoid-version -no-undefined $(SWITCH_AM_LDFLAGS) $(openssl_LIBS) $(FREESWITCH_LIBS) $(switch_builddir)/libfreeswitch.la $(CORE_LIBS) $(APR_LIBS)
|
|
AM_CFLAGS = $(SWITCH_AM_CPPFLAGS)
|
|
AM_CPPFLAGS = $(SWITCH_AM_CPPFLAGS)
|
|
|
|
TESTS = $(bin_PROGRAMS)
|