projects
/
ngircd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7871a90
)
Correctly add irc-metadata.{c|h} to Makefile.ng ...
author
Alexander Barton
<alex@barton.de>
Mon, 5 Nov 2012 22:57:14 +0000
(23:57 +0100)
committer
Alexander Barton
<alex@barton.de>
Mon, 5 Nov 2012 22:57:14 +0000
(23:57 +0100)
src/ngircd/Makefile.ng
patch
|
blob
|
history
diff --git
a/src/ngircd/Makefile.ng
b/src/ngircd/Makefile.ng
index 27b5c40837a6244dac0c2ff8d375997afc91edbb..cdbd27c11b2f48728d5c8b7548eca1e468acebef 100644
(file)
--- 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 \