diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6188f583a..cbcde1a23 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 \ |