pidgin/pidgin

Create the new PurpleContact

21 months ago, Gary Kramlich
f589ceec0172
Create the new PurpleContact

Testing Done:
Ran the unit tests and `ninja pidgin-pot`

Bugs closed: PIDGIN-17663

Reviewed at https://reviews.imfreedom.org/r/1828/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)