diff options
author | 2019-03-27 12:46:50 +0200 | |
---|---|---|
committer | 2019-03-29 14:41:25 +0200 | |
commit | 85f030c9ddcd1f3266d4eb6b51a9e89e1a4f5c26 (patch) | |
tree | 3110001a2cc39e3e11d90feaddbef3acd1d61c16 /src/daemon/meson.build | |
parent | e2ee55bba2f55624e23dbcaeb3613dd03e60692d (diff) | |
download | usurpation-85f030c9ddcd1f3266d4eb6b51a9e89e1a4f5c26.tar.gz usurpation-85f030c9ddcd1f3266d4eb6b51a9e89e1a4f5c26.tar.bz2 usurpation-85f030c9ddcd1f3266d4eb6b51a9e89e1a4f5c26.zip |
daemon: add networking code.
Port networking code from previous project.
This commit is part of ticket 3.
Signed-off-by: Paulius Ratkevičius <pauliuz95@gmail.com>
Diffstat (limited to 'src/daemon/meson.build')
-rw-r--r-- | src/daemon/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ |