diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-10-13 14:22:50 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-10-14 13:54:27 +0100 |
commit | f218ec279449ece51faf86e0df7032aa02eb831f (patch) | |
tree | 48b00c61bdcfea8e50b18d5cb07a1007a93ead3c /ext/gme | |
parent | 4d528776b6a33fe08b0b00d63f0d18244e5f5411 (diff) | |
download | gstreamer-plugins-bad-f218ec279449ece51faf86e0df7032aa02eb831f.tar.gz |
Remove autotools build system
Diffstat (limited to 'ext/gme')
-rw-r--r-- | ext/gme/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/gme/Makefile.am b/ext/gme/Makefile.am deleted file mode 100644 index 0ff731742..000000000 --- a/ext/gme/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -plugin_LTLIBRARIES = libgstgme.la - -libgstgme_la_SOURCES = gstgme.c - -libgstgme_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GME_CFLAGS) -libgstgme_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(GME_LIBS) -libgstgme_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -noinst_HEADERS = gstgme.h |