2009-06-16 22:31:19 +00:00
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|
2014-03-03 21:39:18 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/libs/uni-rtsp/include \
|
2009-06-16 22:31:19 +00:00
|
|
|
-I$(top_srcdir)/libs/apr-toolkit/include \
|
2014-11-17 16:37:15 +00:00
|
|
|
$(UNIMRCP_APR_INCLUDES)
|
2009-06-16 22:31:19 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = rtsptest
|
|
|
|
rtsptest_LDADD = $(top_builddir)/libs/uni-rtsp/libunirtsp.la \
|
|
|
|
$(top_builddir)/libs/apr-toolkit/libaprtoolkit.la \
|
2014-11-17 16:37:15 +00:00
|
|
|
$(UNIMRCP_APR_LIBS)
|
2009-06-16 22:31:19 +00:00
|
|
|
rtsptest_SOURCES = src/main.c \
|
|
|
|
src/parse_gen_suite.c
|