talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 49e55fb57409d81e8091c881cf47deb23777a423
parent 1b450742d6939bb1bfa76f3b5358bbe520e9fdf6
Author: Paul <paul@claws-mail.org>
Date:   Fri,  2 Sep 2016 08:21:42 +0100

fix `make dist`

Diffstat:
Msrc/Makefile.am | 1+
Msrc/plugins/notification/Makefile.am | 3+--
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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) \