X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2FMakefile.am;h=3a411a964b266a2ab9874342ee618018c953ba86;hp=e96d14bee835d7a73246bc1a709b13eb5f4792e8;hb=33fae67579eeab31d7f96f9e53f0529f584b0b1f;hpb=edfcc2f9d5b796fd30f60138591e4f96d54cfcf6 diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index e96d14be..3a411a96 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -24,6 +24,7 @@ ngircd_SOURCES = \ channel.c \ class.c \ client.c \ + client-cap.c \ conf.c \ conn.c \ conn-func.c \ @@ -32,6 +33,7 @@ ngircd_SOURCES = \ hash.c \ io.c \ irc.c \ + irc-cap.c \ irc-channel.c \ irc-info.c \ irc-login.c \ @@ -62,6 +64,7 @@ noinst_HEADERS = \ channel.h \ class.h \ client.h \ + client-cap.h \ conf.h \ conf-ssl.h \ conn.h \ @@ -72,6 +75,7 @@ noinst_HEADERS = \ hash.h \ io.h \ irc.h \ + irc-cap.h \ irc-channel.h \ irc-info.h \ irc-login.h \