fix bug 3170, 'QuickSearch fights with View/Hide read threads menu option'
[claws.git] / Makefile.am
index 10bc3ffb2159b780ce319d1afba58be6791aa432..eb390ba217a87ce7e34a455fd80a57588a852af2 100644 (file)
@@ -1,5 +1,9 @@
+# Makefile.am for toplevel directory
+# This file is part of Claws Mail package.
+# See COPYING file for license details.
+
 ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = dist-bzip2
+AUTOMAKE_OPTIONS = dist-bzip2 dist-xz
 
 SUBDIRS = m4 po src tools config doc manual
 
@@ -15,9 +19,9 @@ EXTRA_DIST = \
        claws-mail.pc.in \
        claws-mail.desktop \
        claws-mail.png \
+       claws-mail.appdata.xml \
        autogen.sh \
        claws-features.h.in \
-       version.in \
        version
 
 # hicolor icon theme, base class of all icon themes
@@ -35,6 +39,9 @@ pixmap128_DATA=claws-mail-128x128.png
 gnomapdir = $(datadir)/applications
 gnomap_DATA=claws-mail.desktop
 
+appdatadir=$(datadir)/appdata
+appdata_DATA = claws-mail.appdata.xml
+
 rename-icons:
        @cd $(DESTDIR)$(datadir)/icons/hicolor/64x64/apps && \
             mv claws-mail-64x64.png claws-mail.png
@@ -78,10 +85,11 @@ clawsinclude_HEADERS = \
 relnotesdir = $(docdir)
 relnotes_DATA = RELEASE_NOTES
 
-dist-hook: ChangeLog
+dist-local: ChangeLog
 
-clean-local:
+maintainer-clean-local:
        @rm -f ChangeLog
+       @rm -f version
 
 ChangeLog: version
        @./tools/gitlog2changelog.py 3.9.0 > ChangeLog