summaryrefslogtreecommitdiff
path: root/libpurple/meson.build
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-12 21:55:59 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-12 21:55:59 -0500
commit77b806860b0ca57c8776589046e895155607b9c0 (patch)
tree0cfa1c4e5cafac52b3ee367c7ba51aa222b52afa /libpurple/meson.build
parentaf2a489c468e435bedb71105da18cf474abbde79 (diff)
downloadpidgin-77b806860b0ca57c8776589046e895155607b9c0.tar.gz
Remove the null client.
It really only shows you how to initialize libpurple and not how to build a ui. This should be something that is documented well in multiple steps/chapters and stuff. Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1761/
Diffstat (limited to 'libpurple/meson.build')
-rw-r--r--libpurple/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpurple/meson.build b/libpurple/meson.build
index 5d85a14111..b6a74e6c1e 100644
--- a/libpurple/meson.build
+++ b/libpurple/meson.build
@@ -368,6 +368,5 @@ meson.override_dependency(purple_filebase, libpurple_dep)
subdir('data')
subdir('tests')
-subdir('example')
subdir('plugins')
subdir('protocols')