summaryrefslogtreecommitdiff
path: root/libpurple/meson.build
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-23 00:13:38 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-23 00:13:38 -0500
commit695433e772be8a9355ebd52f79b93f1a52757b04 (patch)
tree3e248345c20f14f033fea54415bd2cd8e3296105 /libpurple/meson.build
parent627c8d345f89e2a50f69eb9e31a3667bc156b2ca (diff)
downloadpidgin-695433e772be8a9355ebd52f79b93f1a52757b04.tar.gz
Create the PurpleTags object for handling tags
Testing Done: Ran the unit tests. Bugs closed: PIDGIN-17664 Reviewed at https://reviews.imfreedom.org/r/1777/
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 f16e82f384..051dfbdd6b 100644
--- a/libpurple/meson.build
+++ b/libpurple/meson.build
@@ -83,6 +83,7 @@ purple_coresources = [
'purpleproxyinfo.c',
'purpleroomlistroom.c',
'purplesqlitehistoryadapter.c',
+ 'purpletags.c',
'purpleuiinfo.c',
'purplewhiteboard.c',
'purplewhiteboardmanager.c',
@@ -185,6 +186,7 @@ purple_coreheaders = [
'purpleproxyinfo.h',
'purpleroomlistroom.h',
'purplesqlitehistoryadapter.h',
+ 'purpletags.h',
'purpleuiinfo.h',
'purplewhiteboard.h',
'purplewhiteboardmanager.h',