summaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-10-09 23:40:18 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-10-09 23:40:18 +0000
commit3c78d956140966dd44abad9def84e6a812562bd0 (patch)
treefaf1b5d4a3a3db948510bdf8bb6eb2eb6f0f99ce /src/core/Makefile.am
parent77fcb9de52d86407a94f734098a25b28f96fb046 (diff)
downloadirssi-3c78d956140966dd44abad9def84e6a812562bd0.zip
Moved ignore to core.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@725 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 1cc943eb..f4b08ae7 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -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 \