Fix 'make distcheck'
This commit is contained in:
parent
2abe1264a5
commit
7bbe14bed8
|
@ -119,7 +119,7 @@ test_SOURCES = test.c
|
||||||
test_CPPFLAGS = $(HBCFLAGS)
|
test_CPPFLAGS = $(HBCFLAGS)
|
||||||
test_LDADD = libharfbuzz.la $(HBLIBS)
|
test_LDADD = libharfbuzz.la $(HBLIBS)
|
||||||
|
|
||||||
TESTS = \
|
dist_check_SCRIPTS = \
|
||||||
check-c-linkage-decls.sh \
|
check-c-linkage-decls.sh \
|
||||||
check-header-guards.sh \
|
check-header-guards.sh \
|
||||||
check-internal-symbols.sh \
|
check-internal-symbols.sh \
|
||||||
|
@ -127,7 +127,8 @@ TESTS = \
|
||||||
|
|
||||||
if HAVE_ICU
|
if HAVE_ICU
|
||||||
else
|
else
|
||||||
TESTS += check-libstdc++.sh
|
dist_check_SCRIPTS += check-libstdc++.sh
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|
Loading…
Reference in New Issue