summaryrefslogtreecommitdiff
path: root/src/irc/dcc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/dcc/Makefile.am')
-rw-r--r--src/irc/dcc/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/irc/dcc/Makefile.am b/src/irc/dcc/Makefile.am
index 91250034..d8274173 100644
--- a/src/irc/dcc/Makefile.am
+++ b/src/irc/dcc/Makefile.am
@@ -9,8 +9,13 @@ INCLUDES = $(GLIB_CFLAGS) \
libirc_dcc_la_SOURCES = \
dcc.c \
dcc-chat.c \
- dcc-files.c
+ dcc-get.c \
+ dcc-send.c \
+ dcc-resume.c \
+ dcc-autoget.c
noinst_HEADERS = \
dcc.h \
+ dcc-chat.h \
+ dcc-get.h \
module.h