From a6912096cdecd5bc9dc6d91b916ba3f6960d03de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 11 Aug 2009 02:46:54 +0100 Subject: Move rtpmanager from -bad to -good. --- gst/rtpmanager/Makefile.am | 49 ---------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 gst/rtpmanager/Makefile.am (limited to 'gst/rtpmanager/Makefile.am') diff --git a/gst/rtpmanager/Makefile.am b/gst/rtpmanager/Makefile.am deleted file mode 100644 index 8080f303..00000000 --- a/gst/rtpmanager/Makefile.am +++ /dev/null @@ -1,49 +0,0 @@ -plugin_LTLIBRARIES = libgstrtpmanager.la - -glib_enum_define = GST_RTP_BIN -glib_enum_prefix = gst_rtp_bin - -include $(top_srcdir)/common/glib-gen.mak - -built_sources = gstrtpbin-marshal.c -built_headers = gstrtpbin-marshal.h - -BUILT_SOURCES = $(built_sources) $(built_headers) - -libgstrtpmanager_la_SOURCES = gstrtpmanager.c \ - gstrtpbin.c \ - gstrtpjitterbuffer.c \ - gstrtpptdemux.c \ - gstrtpssrcdemux.c \ - rtpjitterbuffer.c \ - rtpsession.c \ - rtpsource.c \ - rtpstats.c \ - gstrtpsession.c - -nodist_libgstrtpmanager_la_SOURCES = \ - $(built_sources) - -noinst_HEADERS = gstrtpbin.h \ - gstrtpjitterbuffer.h \ - gstrtpptdemux.h \ - gstrtpssrcdemux.h \ - rtpjitterbuffer.h \ - rtpsession.h \ - rtpsource.h \ - rtpstats.h \ - gstrtpsession.h - -libgstrtpmanager_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \ - $(ERROR_CFLAGS) -libgstrtpmanager_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ - -lgstnetbuffer-@GST_MAJORMINOR@ -lgstrtp-@GST_MAJORMINOR@ \ - $(GST_BASE_LIBS) $(GST_LIBS_LIBS) -libgstrtpmanager_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstrtpmanager_la_LIBTOOLFLAGS = --tag=disable-static - -CLEANFILES = $(BUILT_SOURCES) - -EXTRA_DIST = gstrtpbin-marshal.list - - -- cgit v1.2.1