diff options
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 8d425fd59..2ac2c1f6d 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -34,4 +34,6 @@ lib_weechat_main_a_SOURCES = weechat.c \ hotlist.c \ hotlist.h \ log.c \ - log.h + log.h \ + fifo.c \ + fifo.h |