diff options
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 \ |