aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-03-25 01:00:09 +0100
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-03-25 01:01:11 +0100
commit9257f12e68794a557496637e2fa951738a37af26 (patch)
tree890203a60582d0d96a4d9df43ce47a0605256054
parent8216cedecbe10e623484c9219080a04934f78bd0 (diff)
Build system fixes
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
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