From 7d835de695a263413455851ffa5c0b1e60300c82 Mon Sep 17 00:00:00 2001 From: cazfi Date: Fri, 15 Jan 2016 20:49:23 +0000 Subject: [PATCH] Added AM_DIST_FORMATS to support automake-ng git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@582 0420edf4-82e4-42fc-9478-35b55e6d67a3 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index fa3bcd6..99bea53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = src build data resources doc +AM_DIST_FORMATS = xz zip + EXTRA_DIST = \ autogen.sh \ m4/pkg.m4 \