From 9257f12e68794a557496637e2fa951738a37af26 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 25 Mar 2018 01:00:09 +0100 Subject: Build system fixes Signed-off-by: David Oberhollenzer --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 58b2599..7ebee55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ AM_CFLAGS = -std=c99 -pedantic -Wall -Wextra sbin_PROGRAMS = noinst_LIBRARIES = -EXTRA_DIST = +EXTRA_DIST = README LICENSE include lib/Makemodule.am include cmd/Makemodule.am diff --git a/configure.ac b/configure.ac index a2af87d..3e8608d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.60]) AC_INIT([init], 0.1, [david.oberhollenzer@tele2.at], init) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([foreign subdir-objects dist-bzip2]) +AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz]) AM_SILENT_RULES([yes]) AC_PROG_CC AC_PROG_INSTALL -- cgit v1.2.3