From e355b074ac00e8b05af89f854b0e46d80a5de00a Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 17 May 2019 13:56:05 +0300 Subject: daemon: add a skeleton libpurple interface. This loads and initialized libpurple, but does not actually do anything. This should be enough to warrant closing Ticket #18. Signed-off-by: Gediminas Jakutis --- src/daemon/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/meson.build') diff --git a/src/daemon/meson.build b/src/daemon/meson.build index 44fa299..aa0aa75 100644 --- a/src/daemon/meson.build +++ b/src/daemon/meson.build @@ -2,7 +2,9 @@ d_filenames = [ 'main.c', 'settings.c', 'net.c', + 'purple.c', 'settings_private.h', + 'purple_private.h', ] d_conf_filenames = [ -- cgit v1.2.3