blob: 289f2725e1ceb4a6b198ad3122bc3bdb4b96fbd6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
gtk_libexecdir = join_paths(gtk_prefix, get_option('libexecdir'))
installed_test_bindir = join_paths(gtk_libexecdir, 'installed-tests', 'gtk+')
installed_test_datadir = join_paths(gtk_datadir, 'installed-tests', 'gtk+')
subdir('gtk')
subdir('gdk')
subdir('css')
subdir('a11y')
subdir('tools')
subdir('reftests')
|