freeswitch/libs/unimrcp/tests/apttest/Makefile.am

13 lines
473 B
Makefile
Raw Normal View History

MAINTAINERCLEANFILES = Makefile.in
2014-03-03 21:39:18 +00:00
AM_CPPFLAGS = -I$(top_srcdir)/libs/apr-toolkit/include \
$(UNIMRCP_APR_INCLUDES)
noinst_PROGRAMS = apttest
apttest_LDADD = $(top_builddir)/libs/apr-toolkit/libaprtoolkit.la \
$(UNIMRCP_APR_LIBS)
apttest_SOURCES = src/main.c \
src/task_suite.c \
src/consumer_task_suite.c \
src/multipart_suite.c