diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-02-08 19:11:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-02-12 15:16:37 +0000 |
commit | 90a836bb89144e9e203333bbef85c38d6de7b839 (patch) | |
tree | 26483668c25962bab73ad0b2fba24f8abf34bde5 /Makefile.am | |
parent | ec963e688f205408db4000efba97ab7c0262059d (diff) |
gtk: remove, plugin has moved to -good
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 732dc4b85..62b902a7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,7 @@ CRUFT_FILES = \ $(top_builddir)/docs/plugins/xml/plugin-sdp.xml \ $(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/ext/gtk/.libs/libgstgtksink.so \ + $(top_builddir)/ext/gtk/.libs/libgstgtk.so \ $(top_builddir)/ext/hls/.libs/libgstfragmented* \ $(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/ext/jack/.libs/*.{so,dll,DLL,dylib} \ @@ -126,6 +127,7 @@ CRUFT_DIRS = \ $(top_srcdir)/gst-libs/gst/signalprocessor \ $(top_srcdir)/tests/examples/gl \ $(top_srcdir)/tests/examples/scaletempo \ + $(top_srcdir)/tests/examples/gtk \ $(top_srcdir)/tests/examples/shapewipe \ $(top_srcdir)/tests/examples/switch \ $(top_srcdir)/tests/examples/jack \ @@ -134,6 +136,7 @@ CRUFT_DIRS = \ $(top_srcdir)/ext/cog \ $(top_srcdir)/ext/eglgles \ $(top_srcdir)/ext/gsettings \ + $(top_srcdir)/ext/gtk \ $(top_srcdir)/ext/ivorbis \ $(top_srcdir)/ext/jack \ $(top_srcdir)/ext/metadata \ |