blob: 5bdaf7df90a5c90f140e1bbf7cdd849dd412d789 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
if libproxy_dep.found()
subdir('libproxy')
endif
if gsettings_desktop_schemas_dep.found()
subdir('gnome')
endif
if get_option('environment_proxy').enabled()
subdir('environment')
endif
subdir('tests')
|