Fix dist target

Modify tar options to allow extra long filen and directory names, if not set
souces under toxencryptsave might not end up in the tarball.
This commit is contained in:
Jin^eLD 2015-03-03 23:08:04 +01:00
parent b780e688c9
commit 0e00a51605

View File

@ -6,7 +6,7 @@ AC_INIT([tox], [0.0.0], [https://tox.im])
AC_CONFIG_AUX_DIR(configure_aux)
AC_CONFIG_SRCDIR([toxcore/net_crypto.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.10 -Wall subdir-objects])
AM_INIT_AUTOMAKE([1.10 -Wall subdir-objects tar-ustar])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])