From 9c881836d4dead995213b4863e055d32e7372a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 27 Jan 2008 16:17:47 +0100 Subject: Compile librtsp and libreal source files directly into the rtsp plugin. Avoid two recursive make calls. --- src/input/librtsp/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index 68d554c2c..000000000 --- a/src/input/librtsp/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -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