build: Switch order of subdirectories

After fixing this once already in 5970dac167 the order was messed up
again in d50708b024.
This commit is contained in:
Benjamin Otte 2018-03-31 11:05:31 +02:00
parent 4b72ea33ac
commit 144637bff1

View File

@ -632,13 +632,13 @@ subdir('gdk')
subdir('gsk')
subdir('gtk')
subdir('modules')
if get_option('demos')
subdir('demos')
endif
if get_option('build-tests')
subdir('tests')
subdir('testsuite')
endif
if get_option('demos')
subdir('demos')
endif
if get_option('build-examples')
subdir('examples')
endif