From fdcdf8104d33437e42a48dc0374dffe9e95d939b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 3 May 2014 19:42:37 +0200 Subject: examples: Add all gl subdirs to DIST_SUBDIRS to fix the build --- tests/examples/gl/Makefile.am | 8 +++++--- 1 file 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 -- cgit v1.2.1