diff options
Diffstat (limited to 'nxproxy')
-rw-r--r-- | nxproxy/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxproxy/configure.ac b/nxproxy/configure.ac index b381862c0..811862efd 100644 --- a/nxproxy/configure.ac +++ b/nxproxy/configure.ac @@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2]) PROXY_VERSION=nxproxy_version AC_SUBST([PROXY_VERSION]) |