summaryrefslogtreecommitdiff
path: root/libpurple/meson.build
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-27 02:44:13 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-27 02:44:13 -0500
commitebca182dd1947a95896f3d44faf91493b7f9f924 (patch)
tree1c6e951796f1f2ff44c70fbab0572d9e86221b60 /libpurple/meson.build
parent98694c477dfc519ff9d3275c198b21556301b5ad (diff)
downloadpidgin-ebca182dd1947a95896f3d44faf91493b7f9f924.tar.gz
Create PurplePerson.
This automatically manages the sorting of contacts and will report the highest ranked one as the priority contact. Testing Done: Ran the unit tests Bugs closed: PIDGIN-17668 Reviewed at https://reviews.imfreedom.org/r/1838/
Diffstat (limited to 'libpurple/meson.build')
-rw-r--r--libpurple/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpurple/meson.build b/libpurple/meson.build
index 03cb539ac3..6bfc7e7f45 100644
--- a/libpurple/meson.build
+++ b/libpurple/meson.build
@@ -68,6 +68,7 @@ purple_coresources = [
'purplenotificationmanager.c',
'purpleoptions.c',
'purplepath.c',
+ 'purpleperson.c',
'purpleplugininfo.c',
'purplepresence.c',
'purpleprotocol.c',
@@ -172,6 +173,7 @@ purple_coreheaders = [
'purplenotificationmanager.h',
'purpleoptions.h',
'purplepath.h',
+ 'purpleperson.h',
'purpleplugininfo.h',
'purplepresence.h',
'purpleprotocol.h',