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 SUBDIRS += generic qt
#if HAVE_CLUTTER if HAVE_CLUTTER
#SUBDIRS += clutter SUBDIRS += clutter
#endif endif
if HAVE_SDL if HAVE_SDL
SUBDIRS += sdl SUBDIRS += sdl
@ -24,3 +24,5 @@ endif
endif endif
endif endif
DIST_SUBDIRS=cocoa generic qt clutter sdl gtk