diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-04 23:24:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-04-07 13:18:14 +0200 |
commit | a499b50b7b70151b9088f8641152681b79dcc885 (patch) | |
tree | 43a34534bd613fc07d4eb11f07f248d46450a745 /po | |
parent | b6647004a5ee91fc38829b35e0afb1cdd61867e3 (diff) | |
download | weechat-a499b50b7b70151b9088f8641152681b79dcc885.zip |
relay: add synchronization with remote and handler for events received (issue #2066)
Diffstat (limited to 'po')
-rw-r--r-- | po/srcfiles.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/srcfiles.cmake b/po/srcfiles.cmake index 3ce9406a6..076f41490 100644 --- a/po/srcfiles.cmake +++ b/po/srcfiles.cmake @@ -350,6 +350,8 @@ SET(WEECHAT_SOURCES ./src/plugins/relay/api/relay-api-msg.h ./src/plugins/relay/api/relay-api-protocol.c ./src/plugins/relay/api/relay-api-protocol.h +./src/plugins/relay/api/remote/relay-remote-event.c +./src/plugins/relay/api/remote/relay-remote-event.h ./src/plugins/relay/api/remote/relay-remote-network.c ./src/plugins/relay/api/remote/relay-remote-network.h ./src/plugins/relay/irc/relay-irc.c |