summaryrefslogtreecommitdiff
path: root/ext/sndfile
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 /ext/sndfile
parent4d528776b6a33fe08b0b00d63f0d18244e5f5411 (diff)
Remove autotools build system
Diffstat (limited to 'ext/sndfile')
-rw-r--r--ext/sndfile/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/sndfile/Makefile.am b/ext/sndfile/Makefile.am
deleted file mode 100644
index f1d679231..000000000
--- a/ext/sndfile/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-plugin_LTLIBRARIES = libgstsndfile.la
-
-libgstsndfile_la_SOURCES = gstsf.c gstsfdec.c
-libgstsndfile_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SNDFILE_CFLAGS)
-libgstsndfile_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(SNDFILE_LIBS)
-libgstsndfile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstsf.h gstsfdec.h