Module: ngircd.git Branch: master Commit: f0b86e6c2685be460d06961e92ce840c35f93a19 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=f0b86...
Author: Alexander Barton alex@barton.de Date: Mon Nov 5 23:57:14 2012 +0100
Correctly add irc-metadata.{c|h} to Makefile.ng ...
---
src/ngircd/Makefile.ng | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/ngircd/Makefile.ng b/src/ngircd/Makefile.ng index 27b5c40..cdbd27c 100644 --- a/src/ngircd/Makefile.ng +++ b/src/ngircd/Makefile.ng @@ -41,6 +41,7 @@ ngircd_SOURCES = \ irc-encoding.c \ irc-info.c \ irc-login.c \ + irc-metadata.c \ irc-mode.c \ irc-op.c \ irc-oper.c \ @@ -85,6 +86,7 @@ noinst_HEADERS = \ irc-encoding.h \ irc-info.h \ irc-login.h \ + irc-metadata.h \ irc-mode.h \ irc-op.h \ irc-oper.h \
ngircd-commits@lists.barton.de