From 220f8519c4390e5c33b296d8dffef59b08faf4a1 Mon Sep 17 00:00:00 2001 From: Alfons Hoogervorst Date: Sun, 7 Jul 2002 20:47:00 +0000 Subject: [PATCH] easy to forget this... --- src/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 971f51bbe..40f5f1118 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -136,7 +136,8 @@ sylpheed_SOURCES = \ matcher_parser_parse.y matcher_parser.h matcher_parser_parse.h \ string_match.h string_match.c \ selective_download.c selective_download.h \ - msgcache.h msgcache.c + msgcache.h msgcache.c \ + noticeview.h noticeview.c BUILT_SOURCES = \ quote_fmt_lex.c \ @@ -209,7 +210,10 @@ EXTRA_DIST = \ pixmaps/up_arrow.xpm \ pixmaps/vcard.xpm \ pixmaps/work_offline.xpm \ - pixmaps/work_online.xpm + pixmaps/work_online.xpm \ + pixmaps/notice_warn.xpm \ + pixmaps/notice_error.xpm \ + pixmaps/notice_note.xpm INCLUDES = \ -DG_LOG_DOMAIN=\"Sylpheed\" \ -- 2.25.1