summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parent4d528776b6a33fe08b0b00d63f0d18244e5f5411 (diff)
downloadgstreamer-plugins-bad-f218ec279449ece51faf86e0df7032aa02eb831f.tar.gz
Remove autotools build system
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am47
1 files changed, 0 insertions, 47 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
deleted file mode 100644
index 2fe1e1eac..000000000
--- a/tools/Makefile.am
+++ /dev/null
@@ -1,47 +0,0 @@
-
-templatefiles=\
- element-templates/audiodecoder \
- element-templates/audioencoder \
- element-templates/audiofilter \
- element-templates/audiosink \
- element-templates/audiosrc \
- element-templates/baseparse \
- element-templates/basesink \
- element-templates/basesrc \
- element-templates/basetransform \
- element-templates/element \
- element-templates/sinkpad-audio \
- element-templates/sinkpad-template \
- element-templates/sinkpad-template-video \
- element-templates/srcpad-audio \
- element-templates/srcpad-template \
- element-templates/srcpad-template-video \
- element-templates/videodecoder \
- element-templates/videoencoder \
- element-templates/videofilter \
- element-templates/videosink
-
-templatedeps = \
- element-templates/gobject \
- element-templates/sinkpad \
- element-templates/sinkpad-simple \
- element-templates/srcpad \
- element-templates/srcpad-simple
-
-EXTRA_DIST = \
- gst-element-maker \
- gst-app-maker \
- gst-project-maker \
- $(templatefiles) \
- $(templatedeps) \
- gst-element-maker-test.sh
-
-# Disabled since it doesn't work in an uninstalled setup:
-#
-#TESTS_ENVIRONMENT = \
-# SRC_DIR=$(abs_srcdir) \
-# TEMPLATE_FILES="$(templatefiles)" \
-# CPPFLAGS="-I$(abs_srcdir)"
-#
-#TESTS = gst-element-maker-test.sh
-