diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-05-15 11:20:21 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-05-15 11:34:45 +0100 |
commit | a118f6a635656a578f89ab49c19d59ce0d82da06 (patch) | |
tree | 820a627e51ea268d24cfc179d8cf0601be5e7650 /Makefile.am | |
parent | 3cb9a3469db8ccb42221a4336acddec1358ae00e (diff) |
build: add removed example dir to CRUFT_DIRS
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6fa225abb..b29d7fc8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,6 +113,7 @@ CRUFT_DIRS = \ $(top_srcdir)/gst-libs/gst/baseparse \ $(top_srcdir)/gst-libs/gst/egl \ $(top_srcdir)/gst-libs/gst/signalprocessor \ + $(top_srcdir)/tests/examples/gl/gtk/gtkvideooverlay \ $(top_srcdir)/tests/examples/scaletempo \ $(top_srcdir)/tests/examples/shapewipe \ $(top_srcdir)/tests/examples/switch \ |