From 85f030c9ddcd1f3266d4eb6b51a9e89e1a4f5c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulius=20Ratkevi=C4=8Dius?= Date: Wed, 27 Mar 2019 12:46:50 +0200 Subject: daemon: add networking code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port networking code from previous project. This commit is part of ticket 3. Signed-off-by: Paulius Ratkevičius --- src/daemon/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/meson.build') diff --git a/src/daemon/meson.build b/src/daemon/meson.build index 48190c8..f83613c 100644 --- a/src/daemon/meson.build +++ b/src/daemon/meson.build @@ -1,6 +1,7 @@ d_filenames = [ 'main.c', 'settings.c', + 'net.c', ] d_conf_filenames = [ -- cgit v1.2.3