examples: Add all gl subdirs to DIST_SUBDIRS to fix the build

This commit is contained in:
Sebastian Dröge 2014-05-03 19:42:37 +02:00 committed by Tim-Philipp Müller
parent bf9c8544e3
commit 405774bf2b

View 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