diff options
Diffstat (limited to 'src/ngircd/Makefile.am')
| -rw-r--r-- | src/ngircd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index cacd1c3c..e96d14be 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -42,6 +42,7 @@ ngircd_SOURCES = \ irc-write.c \ lists.c \ log.c \ + login.c \ match.c \ numeric.c \ op.c \ @@ -81,6 +82,7 @@ noinst_HEADERS = \ irc-write.h \ lists.h \ log.h \ + login.h \ match.h \ messages.h \ numeric.h \ |