summaryrefslogtreecommitdiff
path: root/src/input/librtsp/Makefile.am
blob: ea5b4d4ad4383579af40f5591ab4c3f358a2cf67 (plain)
1
2
3
4
5
6
7
8
9
10
11
include $(top_srcdir)/misc/Makefile.quiet
include $(top_srcdir)/misc/Makefile.common

AM_CFLAGS   = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) $(AVUTIL_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/src/input/libreal

noinst_HEADERS = rtsp.h rtsp_session.h

noinst_LTLIBRARIES = librtsp.la

librtsp_la_SOURCES = rtsp.c rtsp_session.c