summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-05-03 19:42:37 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-05-03 19:46:04 +0200
commitfdcdf8104d33437e42a48dc0374dffe9e95d939b (patch)
tree8289e48fc88fd736f2fcf7a5e67908c55434bf64
parent44ddc9d3fcb2346cc751a1bfaf0e56ce734492c4 (diff)
downloadgstreamer-plugins-bad-fdcdf8104d33437e42a48dc0374dffe9e95d939b.tar.gz
examples: Add all gl subdirs to DIST_SUBDIRS to fix the build
-rw-r--r--tests/examples/gl/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/examples/gl/Makefile.am b/tests/examples/gl/Makefile.am
index 8d7d9f774..b48d59221 100644
--- a/tests/examples/gl/Makefile.am
+++ b/tests/examples/gl/Makefile.am
@@ -9,9 +9,9 @@ else
SUBDIRS += generic qt
-#if HAVE_CLUTTER
-#SUBDIRS += clutter
-#endif
+if HAVE_CLUTTER
+SUBDIRS += clutter
+endif
if HAVE_SDL
SUBDIRS += sdl
@@ -24,3 +24,5 @@ endif
endif
endif
+
+DIST_SUBDIRS=cocoa generic qt clutter sdl gtk