diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-02-12 18:48:32 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-02-12 18:48:32 +0000 |
commit | e9bfb4edc2ab28b7f64b8b57469d0f8d3638be8a (patch) | |
tree | d7296dc09c4b587c9a3695fbf1230e996a4dc51b /Makefile.am | |
parent | 743a325df09e89c6ece5070f80c1470e556382e9 (diff) |
qt: remove plugin, moved to -good
https://bugzilla.gnome.org/show_bug.cgi?id=754094
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 62b902a7d..994cc3942 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,7 @@ CRUFT_FILES = \ $(top_builddir)/ext/teletextdec/.libs/libgstteletextdec.so \ $(top_builddir)/gst/opus/.libs/libgstopus.{so,dll,DLL,dylib} \ $(top_builddir)/ext/mpg123/.libs/*.{so,dll,DLL,dylib} \ + $(top_builddir)/ext/qt/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/audioparsers/.libs/*.{so,dll,DLL,dylib} \ @@ -128,6 +129,7 @@ CRUFT_DIRS = \ $(top_srcdir)/tests/examples/gl \ $(top_srcdir)/tests/examples/scaletempo \ $(top_srcdir)/tests/examples/gtk \ + $(top_srcdir)/tests/examples/qt \ $(top_srcdir)/tests/examples/shapewipe \ $(top_srcdir)/tests/examples/switch \ $(top_srcdir)/tests/examples/jack \ @@ -142,6 +144,7 @@ CRUFT_DIRS = \ $(top_srcdir)/ext/metadata \ $(top_srcdir)/ext/mimic \ $(top_srcdir)/ext/mpg123 \ + $(top_srcdir)/ext/qt \ $(top_srcdir)/ext/swfdec \ $(top_srcdir)/ext/tarkin \ $(top_srcdir)/ext/theora \ |