summaryrefslogtreecommitdiff
path: root/gst-libs/gst/uridownloader
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-10-13 14:22:50 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-14 13:54:27 +0100
commitf218ec279449ece51faf86e0df7032aa02eb831f (patch)
tree48b00c61bdcfea8e50b18d5cb07a1007a93ead3c /gst-libs/gst/uridownloader
parent4d528776b6a33fe08b0b00d63f0d18244e5f5411 (diff)
downloadgstreamer-plugins-bad-f218ec279449ece51faf86e0df7032aa02eb831f.tar.gz
Remove autotools build system
Diffstat (limited to 'gst-libs/gst/uridownloader')
-rw-r--r--gst-libs/gst/uridownloader/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/gst-libs/gst/uridownloader/Makefile.am b/gst-libs/gst/uridownloader/Makefile.am
deleted file mode 100644
index 7447e43bf..000000000
--- a/gst-libs/gst/uridownloader/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-lib_LTLIBRARIES = libgsturidownloader-@GST_API_VERSION@.la
-
-libgsturidownloader_@GST_API_VERSION@_la_SOURCES = \
- gstfragment.c gsturidownloader.c
-
-libgsturidownloader_@GST_API_VERSION@includedir = \
- $(includedir)/gstreamer-@GST_API_VERSION@/gst/uridownloader
-
-libgsturidownloader_@GST_API_VERSION@include_HEADERS = \
- gstfragment.h gsturidownloader.h gsturidownloader_debug.h uridownloader-prelude.h
-
-libgsturidownloader_@GST_API_VERSION@_la_CFLAGS = \
- $(GST_PLUGINS_BAD_CFLAGS) \
- -DGST_USE_UNSTABLE_API \
- -DBUILDING_GST_URI_DOWNLOADER \
- $(GST_CFLAGS)
-
-libgsturidownloader_@GST_API_VERSION@_la_LIBADD = \
- $(GST_BASE_LIBS) \
- $(GST_LIBS)
-
-libgsturidownloader_@GST_API_VERSION@_la_LDFLAGS = \
- $(GST_LIB_LDFLAGS) \
- $(GST_ALL_LDFLAGS) \
- $(GST_LT_LDFLAGS)