summaryrefslogtreecommitdiff
path: root/gst/typefind
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-06-09 00:57:47 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-13 14:15:43 +0100
commit289d8e53e2194221c46b06c12675a4d515ea5cf4 (patch)
tree588c24c0445ec6bfa557bcdeb5779227b2dc3a1b /gst/typefind
parent2409f4f3609d2dce3f65d1a8c4be5e470b7cf9d3 (diff)
downloadgstreamer-plugins-base-289d8e53e2194221c46b06c12675a4d515ea5cf4.tar.gz
Remove autotools build system
Diffstat (limited to 'gst/typefind')
-rw-r--r--gst/typefind/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/gst/typefind/Makefile.am b/gst/typefind/Makefile.am
deleted file mode 100644
index 04096b5fd..000000000
--- a/gst/typefind/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-plugin_LTLIBRARIES = libgsttypefindfunctions.la
-
-libgsttypefindfunctions_la_SOURCES = gsttypefindfunctions.c
-libgsttypefindfunctions_la_CFLAGS = \
- $(GST_PLUGINS_BASE_CFLAGS) \
- $(GST_CFLAGS) $(GIO_CFLAGS)
-libgsttypefindfunctions_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgsttypefindfunctions_la_LIBADD = \
- $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
- $(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS)