diff --git a/Makefile.am b/Makefile.am index 6188f583a2..cbcde1a23c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,8 +100,9 @@ CRUFT_DIRS = \ $(top_srcdir)/gst/shapewipe \ $(top_srcdir)/gst/valve \ $(top_srcdir)/gst-libs/gst/baseparse \ - $(top_srcdir)/gst-libs/gst/video \ + $(top_srcdir)/gst-libs/gst/egl \ $(top_srcdir)/gst-libs/gst/signalprocessor \ + $(top_srcdir)/gst-libs/gst/video \ $(top_srcdir)/tests/examples/scaletempo \ $(top_srcdir)/tests/examples/shapewipe \ $(top_srcdir)/tests/examples/switch \ @@ -109,6 +110,7 @@ CRUFT_DIRS = \ $(top_srcdir)/ext/alsaspdif \ $(top_srcdir)/ext/amrwbenc \ $(top_srcdir)/ext/cog \ + $(top_srcdir)/ext/eglgles \ $(top_srcdir)/ext/ivorbis \ $(top_srcdir)/ext/jack \ $(top_srcdir)/ext/metadata \