From 7bbe14bed8a886ea5b293c927c4bf937cbfc6f51 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 9 Jan 2011 22:29:14 -0500 Subject: [PATCH] Fix 'make distcheck' --- src/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index ae9cf4c..751465d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # Process this file with automake to produce Makefile.in NULL = -EXTRA_DIST = +EXTRA_DIST = # The following warning options are useful for debugging: -Wpadded -Wcast-align #AM_CXXFLAGS = @@ -119,7 +119,7 @@ test_SOURCES = test.c test_CPPFLAGS = $(HBCFLAGS) test_LDADD = libharfbuzz.la $(HBLIBS) -TESTS = \ +dist_check_SCRIPTS = \ check-c-linkage-decls.sh \ check-header-guards.sh \ check-internal-symbols.sh \ @@ -127,7 +127,8 @@ TESTS = \ if HAVE_ICU else -TESTS += check-libstdc++.sh +dist_check_SCRIPTS += check-libstdc++.sh endif + -include $(top_srcdir)/git.mk -- 2.7.4