summaryrefslogtreecommitdiff
path: root/sys/waveform
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-06-09 00:43:00 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-14 11:04:18 +0100
commitc9a47c0c8db30a19d1402d76e93c688d11d73cdb (patch)
tree2bd00ceaffb9680bf98aab2728199dc1d47e90fe /sys/waveform
parent6e8e3910d32502702400d76b32c521e1e85f09e5 (diff)
downloadgstreamer-plugins-good-c9a47c0c8db30a19d1402d76e93c688d11d73cdb.tar.gz
Remove autotools build system
Diffstat (limited to 'sys/waveform')
-rw-r--r--sys/waveform/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/waveform/Makefile.am b/sys/waveform/Makefile.am
deleted file mode 100644
index 7ab161cec..000000000
--- a/sys/waveform/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-plugin_LTLIBRARIES = libgstwaveform.la
-
-libgstwaveform_la_SOURCES = gstwaveformsink.c gstwaveformplugin.c
-libgstwaveform_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS)
-libgstwaveform_la_LIBADD = \
- $(GST_PLUGINS_BASE_LIBS) \
- -lgstaudio-$(GST_API_VERSION) \
- $(GST_BASE_LIBS) \
- $(GST_LIBS) \
- -lwinmm
-libgstwaveform_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstwaveformsink.h
-