diff options
author | Carl Worth <cworth@cworth.org> | 2008-01-16 10:34:17 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-01-16 10:36:01 -0800 |
commit | d2a02d4f5ccb1c6dc7f8cca0c322b72f1638d25b (patch) | |
tree | b22758dd33bea9f63a20b4fc4c76d2cf42e0a1dc | |
parent | 5c3a0b5c0044bff1262d583e38f84d48d407f0d9 (diff) |
Remove check-has-hidden-symbols.i on 'make distclean'1.5.6
Without this, 'make distcheck' fails so releases don't happen.
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f51a50040..4953d59d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -319,6 +319,7 @@ install-data-local: TESTS_ENVIRONMENT = srcdir="$(srcdir)" MAKE="$(MAKE)" TESTS = check-def.sh check-plt.sh check-headers.sh check-cairoint.sh EXTRA_DIST += $(TESTS) check-has-hidden-symbols.c +DISTCLEANFILES += check-has-hidden-symbols.i # The pre-processed result is used by check-{def,plt}.sh to determine whether # cairo has been compiled with symbol hiding. |