mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
9 lines
175 B
Makefile
9 lines
175 B
Makefile
|
|
LDADD = $(top_builddir)/src/libedit.la $(TINFO_LIBS)
|
|
AM_CFLAGS = -I$(top_srcdir)/src
|
|
|
|
noinst_PROGRAMS = test fileman
|
|
|
|
test_SOURCES = test.c
|
|
fileman_SOURCES = fileman.c
|