summaryrefslogtreecommitdiff
path: root/gui/Makefile.am
blob: 320cd81cd0b4bf976debac2858736962190b72d6 (plain)
1
2
3
4
5
6
7
8
9
10
SUBDIRS=
if GUI_INTERNAL
  SUBDIRS += internal
endif
if GUI_GTK
  SUBDIRS += gtk
endif
if GUI_WIN32
  SUBDIRS += win32
endif