diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-05-06 16:51:30 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-05-06 16:51:30 +0200 |
commit | e9603acb1a1943bda3c2cc809e5e39ff8a13b68c (patch) | |
tree | d4fb7fef63f5a4c1d415fdca9c1938016b23bbb3 /src/plugins/xfer/Makefile.am | |
parent | e7a16efa0cf5123f87ef6d7072fbbb9ccdd42bac (diff) | |
download | weechat-e9603acb1a1943bda3c2cc809e5e39ff8a13b68c.zip |
IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called by /dcc command)
Diffstat (limited to 'src/plugins/xfer/Makefile.am')
-rw-r--r-- | src/plugins/xfer/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/xfer/Makefile.am b/src/plugins/xfer/Makefile.am index ad7538bb4..9280fa432 100644 --- a/src/plugins/xfer/Makefile.am +++ b/src/plugins/xfer/Makefile.am @@ -26,6 +26,8 @@ xfer_la_SOURCES = xfer.c \ xfer-buffer.h \ xfer-chat.c \ xfer-chat.h \ + xfer-command.c \ + xfer-command.h \ xfer-config.c \ xfer-config.h \ xfer-dcc.c \ |