From f0b86e6c2685be460d06961e92ce840c35f93a19 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 5 Nov 2012 23:57:14 +0100 Subject: [PATCH] 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 27b5c408..cdbd27c1 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 \ -- 2.39.2