summaryrefslogtreecommitdiff
path: root/src/input/librtsp
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-02-01 00:03:19 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-02-01 00:03:19 +0000
commit07c2e149c38b01494d2a0d42b705750ebd127287 (patch)
treec231525c564ef917658f21e40f0b0a452f3fb3d8 /src/input/librtsp
parent9c881836d4dead995213b4863e055d32e7372a74 (diff)
downloadxine-lib-07c2e149c38b01494d2a0d42b705750ebd127287.tar.gz
xine-lib-07c2e149c38b01494d2a0d42b705750ebd127287.tar.bz2
Back out rtsp build changes: separate units (though used only once).
Also, built files don't end up in the lib directories.
Diffstat (limited to 'src/input/librtsp')
-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