summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-10-07 20:00:13 -0400
committerAlexander Larsson <alexander.larsson@gmail.com>2018-10-12 10:07:32 +0200
commit6ddf772e978a9e0948f1447ded5ad3da91fa5144 (patch)
treeba7430bd2ad08a6cf26f82d692edb16b6c035dac
parent6c6a0c251e914b60236fc86f0006c826a8894987 (diff)
downloadflatpak-6ddf772e978a9e0948f1447ded5ad3da91fa5144.tar.gz
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 (cherry picked from commit 1afa70e54d82724e87a5aecdfac51a7d13b2f02e)
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1b0af08a..27c16cc6 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 \