Added some files to EXTRA_DIST to fix "make dist".

This commit is contained in:
Sergey Vlasov 2001-06-08 16:42:01 +00:00
parent 77aa96498e
commit ad68598671
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2001-06-08 [sergey]
* src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
2001-06-08
0.4.99claws7

View file

@ -91,6 +91,7 @@ sylpheed_SOURCES = \
quote_fmt_parse.y quote_fmt.h
EXTRA_DIST = \
quote_fmt_parse.h \
pixmaps/clip.xpm \
pixmaps/deleted.xpm \
pixmaps/dir-close.xpm \
@ -118,6 +119,7 @@ EXTRA_DIST = \
pixmaps/stock_mail_compose.xpm \
pixmaps/stock_mail_reply.xpm \
pixmaps/stock_mail_reply_to_all.xpm \
pixmaps/stock_mail_reply_to_author.xpm \
pixmaps/stock_mail_forward.xpm \
pixmaps/stock_preferences.xpm \
pixmaps/stock_properties.xpm \