summaryrefslogtreecommitdiff
path: root/src/input/librtsp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/librtsp/Makefile.am')
-rw-r--r--src/input/librtsp/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/input/librtsp/Makefile.am b/src/input/librtsp/Makefile.am
new file mode 100644
index 000000000..68d554c2c
--- /dev/null
+++ b/src/input/librtsp/Makefile.am
@@ -0,0 +1,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