From 2e990a3d722c10d1eefdc4c5ccbdaa384625c3fd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 28 Oct 2013 20:23:07 +0100 Subject: [PATCH] Make "make distcheck" happy --- configure.ac | 2 +- test/shaping/Makefile.am | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 17a7fb91f..45d70a68c 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/harfbuzz.pc.in]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11.1 gnits dist-bzip2 no-dist-gzip -Wall no-define color-tests -Wno-portability]) +AM_INIT_AUTOMAKE([1.11.1 gnits tar-pax dist-bzip2 no-dist-gzip -Wall no-define color-tests -Wno-portability]) AM_SILENT_RULES([yes]) # Initialize libtool diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am index d45dd306e..7fcb54c8b 100644 --- a/test/shaping/Makefile.am +++ b/test/shaping/Makefile.am @@ -21,6 +21,9 @@ EXTRA_DIST += \ hb-unicode-encode \ hb-unicode-prettyname \ run-tests.sh \ + texts/in-tree \ + fonts/sha1sum \ + $(TESTS) \ $(NULL) # TODO Figure out Python stuff