Make "make distcheck" happy
This commit is contained in:
parent
6ffc007b61
commit
2e990a3d72
|
@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_SRCDIR([src/harfbuzz.pc.in])
|
AC_CONFIG_SRCDIR([src/harfbuzz.pc.in])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
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])
|
AM_SILENT_RULES([yes])
|
||||||
|
|
||||||
# Initialize libtool
|
# Initialize libtool
|
||||||
|
|
|
@ -21,6 +21,9 @@ EXTRA_DIST += \
|
||||||
hb-unicode-encode \
|
hb-unicode-encode \
|
||||||
hb-unicode-prettyname \
|
hb-unicode-prettyname \
|
||||||
run-tests.sh \
|
run-tests.sh \
|
||||||
|
texts/in-tree \
|
||||||
|
fonts/sha1sum \
|
||||||
|
$(TESTS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
# TODO Figure out Python stuff
|
# TODO Figure out Python stuff
|
||||||
|
|
Loading…
Reference in New Issue