summaryrefslogtreecommitdiff
path: root/tests/examples/gl/Makefile.am
blob: b48d592211ef888935fddb650a689a11be7c1e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

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_GTK3
SUBDIRS += gtk
endif

endif

endif

DIST_SUBDIRS=cocoa generic qt clutter sdl gtk