summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/Makefile.am
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-05-06 16:51:30 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-05-06 16:51:30 +0200
commite9603acb1a1943bda3c2cc809e5e39ff8a13b68c (patch)
treed4fb7fef63f5a4c1d415fdca9c1938016b23bbb3 /src/plugins/xfer/Makefile.am
parente7a16efa0cf5123f87ef6d7072fbbb9ccdd42bac (diff)
downloadweechat-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.am2
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 \