Moved ignore to core.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@725 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-10-09 23:40:18 +00:00 committed by cras
commit 3c78d95614
9 changed files with 29 additions and 26 deletions

View file

@ -22,6 +22,7 @@ libcore_a_SOURCES = \
chat-protocols.c \
chatnets.c \
core.c \
ignore.c \
levels.c \
line-split.c \
log.c \
@ -62,6 +63,7 @@ noinst_HEADERS = \
chat-protocols.h \
chatnets.h \
core.h \
ignore.h \
levels.h \
line-split.h \
log.h \