pidgin/pidgin

afe8c89a8e90
Make PurpleCredentialManager a final type

Testing Done:
Verified that the secret service provider is still working.

Reviewed at https://reviews.imfreedom.org/r/1081/
if get_option('doc')
subdir('libpurple')
subdir('protocols')
if ENABLE_GTK
subdir('pidgin')
else
pidgin_doc = []
endif
if enable_consoleui
subdir('finch')
else
finch_doc = []
endif
alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)
endif