From d598f9e1e016735397e9dca53b436d13c6fb28f3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 11 Apr 2009 16:09:45 +0200 Subject: Limit the exported symbols through a config.h trick. --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 7fbaa85..0ec1f3a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,6 +21,9 @@ include Makefile.gnulib AUTOMAKE_OPTIONS += subdir-objects +# Ensure that ../lib/config.h is seen before ../config.h. +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lib -I$(top_builddir) + # The test suite uses the 'localcharset' module. TESTS_ENVIRONMENT += @LOCALCHARSET_TESTS_ENVIRONMENT@ -- cgit v1.2.1