From 1afa70e54d82724e87a5aecdfac51a7d13b2f02e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 7 Oct 2018 20:00:13 -0400 Subject: [PATCH] Include the icon in the tarball This makes it easier for third-party tools who want to have an icon to use for flatpak. Closes: #1344 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index ce6515b7..780416e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -178,6 +178,8 @@ EXTRA_DIST += scripts/flatpak-bisect scripts/flatpak-coredumpctl EXTRA_DIST += README.md +EXTRA_DIST += flatpak.png + AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-documentation \ --disable-maintainer-mode \