From 49e55fb57409d81e8091c881cf47deb23777a423 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 2 Sep 2016 08:21:42 +0100 Subject: [PATCH] fix `make dist` --- src/Makefile.am | 1 + src/plugins/notification/Makefile.am | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a717bc9ed..a5d76ea27 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -387,6 +387,7 @@ EXTRA_DIST = \ pixmaps/check_spelling.xpm \ pixmaps/clipkey.xpm \ pixmaps/claws-mail_icon.xpm \ + pixmaps/claws-mail_icon_64.xpm \ pixmaps/claws-mail_compose_logo.xpm \ pixmaps/claws-mail_logo.xpm \ pixmaps/claws-mail_logo-small.xpm \ diff --git a/src/plugins/notification/Makefile.am b/src/plugins/notification/Makefile.am index cde0621d8..39fa2c04c 100644 --- a/src/plugins/notification/Makefile.am +++ b/src/plugins/notification/Makefile.am @@ -81,8 +81,7 @@ notification_la_SOURCES = \ notification_hotkeys.c notification_hotkeys.h \ notification_prefs.c notification_prefs.h \ notification_foldercheck.c notification_foldercheck.h \ - notification_pixbuf.c notification_pixbuf.h \ - raw_claws_mail_logo_64x64.h + notification_pixbuf.c notification_pixbuf.h notification_la_LDFLAGS = \ $(plugin_res_ldflag) $(no_undefined) $(export_symbols) \ -- 2.25.1