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

AM_CFLAGS   = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)
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