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

13 lines
492 B
Makefile
Raw Normal View History

MAINTAINERCLEANFILES = Makefile.in
2014-03-03 21:39:18 +00:00
AM_CPPFLAGS = -I$(top_srcdir)/libs/mpf/include \
-I$(top_srcdir)/libs/apr-toolkit/include \
$(UNIMRCP_APR_INCLUDES)
noinst_PROGRAMS = mpftest
mpftest_LDADD = $(top_builddir)/libs/mpf/libmpf.la \
$(top_builddir)/libs/apr-toolkit/libaprtoolkit.la \
$(UNIMRCP_APR_LIBS)
mpftest_SOURCES = src/main.c \
src/mpf_suite.c