subdir('common')

if get_option('with-gtk')
  subdir('fe-gtk')
endif

if get_option('with-text')
  subdir('fe-text')
endif

if get_option('with-theme-manager')
  subdir('htm')
endif