From f218ec279449ece51faf86e0df7032aa02eb831f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 13 Oct 2019 14:22:50 +0100 Subject: Remove autotools build system --- gst/jpegformat/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 gst/jpegformat/Makefile.am (limited to 'gst/jpegformat') diff --git a/gst/jpegformat/Makefile.am b/gst/jpegformat/Makefile.am deleted file mode 100644 index e84192eb0..000000000 --- a/gst/jpegformat/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -plugin_LTLIBRARIES = libgstjpegformat.la - -libgstjpegformat_la_SOURCES = gstjpegformat.c gstjpegparse.c gstjifmux.c -libgstjpegformat_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \ - $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) -libgstjpegformat_la_LIBADD = \ - $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) -libgstjpegformat_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -noinst_HEADERS = gstjpegformat.h gstjpegparse.h gstjifmux.h -- cgit v1.2.1