From 07c2e149c38b01494d2a0d42b705750ebd127287 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 1 Feb 2008 00:03:19 +0000 Subject: Back out rtsp build changes: separate units (though used only once). Also, built files don't end up in the lib directories. --- src/input/librtsp/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/input/librtsp/Makefile.am (limited to 'src/input/librtsp') 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 -- cgit v1.2.3