pidgin/pidgin

c9c950ce44bc
Remove the close method from PurpleCredentialProvider

Testing Done:
Compiled and ran unit tests.

Bugs closed: PIDGIN-17478

Reviewed at https://reviews.imfreedom.org/r/459/
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)