1## Process this file with automake to produce Makefile.in
2
3SUBDIRS =
4
5if CLIENT_GUI_GTK_2_0
6SUBDIRS += gui-gtk-2.0
7endif
8
9if CLIENT_GUI_GTK_3_0
10SUBDIRS += gui-gtk-3.0
11endif
12
13if CLIENT_GUI_GTK_3_22
14SUBDIRS += gui-gtk-3.22
15endif
16
17if CLIENT_GUI_SDL
18SUBDIRS += gui-sdl
19endif
20
21if CLIENT_GUI_SDL2
22SUBDIRS += gui-sdl2
23endif
24
25if CLIENT_GUI_QT
26SUBDIRS += gui-qt
27endif
28