diff options
author | 2019-05-21 19:01:32 +0300 | |
---|---|---|
committer | 2019-05-21 19:01:32 +0300 | |
commit | b24fdd90aee29a5e6362be5d8f061f7cbd500052 (patch) | |
tree | 0754ff2d396d3b15f59a77705b3f1171f724fb54 /src/daemon/meson.build | |
parent | 0232ddd00be27f42da43ce9d7312f05580c2ebc6 (diff) | |
download | usurpation-b24fdd90aee29a5e6362be5d8f061f7cbd500052.tar.gz usurpation-b24fdd90aee29a5e6362be5d8f061f7cbd500052.tar.bz2 usurpation-b24fdd90aee29a5e6362be5d8f061f7cbd500052.zip |
daemon: added stdio (null) im proto stubs.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'src/daemon/meson.build')
-rw-r--r-- | src/daemon/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/meson.build b/src/daemon/meson.build index aa0aa75..d900949 100644 --- a/src/daemon/meson.build +++ b/src/daemon/meson.build @@ -3,8 +3,10 @@ d_filenames = [ 'settings.c', 'net.c', 'purple.c', + 'proto_stdio.c', 'settings_private.h', 'purple_private.h', + 'proto_stdio_private.h', ] d_conf_filenames = [ |