examples: Add all gl subdirs to DIST_SUBDIRS to fix the build
authorSebastian Dröge <sebastian@centricular.com>
Sat, 3 May 2014 17:42:37 +0000 (19:42 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:39 +0000 (19:31 +0000)
tests/examples/gl/Makefile.am

index 8d7d9f7..b48d592 100644 (file)
@@ -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