MAINTAINERCLEANFILES = Makefile.in INCLUDES = -I$(top_srcdir)/mrcpcore/include \ -I$(top_srcdir)/mrcpcore/util/include \ -I$(top_srcdir)/mrcpcore/parser/include \ -I$(top_srcdir)/rtspcore/parser/include \ -I$(top_srcdir)/aprtoolkit/include \ $(MRCP_APR_INCLUDES) noinst_LTLIBRARIES = librtspparser.la noinst_HEADERS = include/rtsp_start_line.h \ include/rtsp_header.h \ include/rtsp_message.h librtspparser_la_SOURCES = src/rtsp_start_line.c \ src/rtsp_header.c \ src/rtsp_message.c