show usage of SSL in protocol column in account overview
[claws.git] / Makefile.am
1 SUBDIRS = ac po intl libkcc src manual
2
3 EXTRA_DIST = \
4         ChangeLog.jp \
5         INSTALL.jp \
6         README.jp \
7         TODO.jp \
8         sylpheed.spec \
9         sylpheed.spec.in \
10         autogen.sh \
11         sylpheed.png \
12         sylpheed.desktop \
13         ChangeLog.claws
14
15 if SYLPHEED_GNOME
16 pixmapdir=$(gnomedir)/share/pixmaps
17 pixmap_DATA=sylpheed.png
18 gnomapdir=$(gnomedir)/share/gnome/apps/Internet
19 gnomap_DATA=sylpheed.desktop
20 else
21 pixmapdir=
22 pixmap_DATA=
23 gnomapdir=
24 gnomap_DATA=
25 endif
26
27 BZIP2_ENV =
28
29 release: distdir
30         -chmod -R a+r $(distdir)
31         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
32         BZIP2=$(BZIP2_ENV) $(TAR) chojf $(distdir).tar.bz2 $(distdir)
33         -rm -rf $(distdir)