diff options
author | Timo Sirainen <cras@irssi.org> | 2000-10-09 23:40:18 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-10-09 23:40:18 +0000 |
commit | 3c78d956140966dd44abad9def84e6a812562bd0 (patch) | |
tree | faf1b5d4a3a3db948510bdf8bb6eb2eb6f0f99ce /src/core/Makefile.am | |
parent | 77fcb9de52d86407a94f734098a25b28f96fb046 (diff) | |
download | irssi-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.am | 2 |
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 \ |