Use g_list_free_full instead of g_list_foreach+g_list_free.
[pidgin-git.git] / doc / reference / meson.build
blob39e93121954ba2fabc2aedd8b669ffd55b3f6d39
1 subdir('libpurple')
2 subdir('protocols')
4 if ENABLE_GTK
5         subdir('pidgin')
6 endif
8 if enable_consoleui
9         subdir('finch')
10 endif