blob: 3acca8fdcd9dc141a1d7e7596de561cfd026ab2b [file] [log] [blame]
SUBDIRS =
if USE_OPENGL
if HAVE_WINDOW_COCOA
SUBDIRS += cocoa
else
SUBDIRS += generic qt
if HAVE_CLUTTER
SUBDIRS += clutter
endif
if HAVE_SDL
SUBDIRS += sdl
endif
if HAVE_GTK
SUBDIRS += gtk
endif
endif
endif
DIST_SUBDIRS=cocoa generic qt clutter sdl gtk