summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-23 15:28:55 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-23 15:28:55 +0000
commit6ba50a2001bcfa1b467f69985a002fc064d8c807 (patch)
tree286e3d8e4c7a3cd3b426563187a6c0f371c4538d /tests
parent9315f64b6e8b6c1d986d90ffa207008d29b45c06 (diff)
Added symbol visibility features to the build to hide internal symbols (GCC)
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index d153fd7..8c5a89b 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -76,6 +76,7 @@ red=; grn=; lgn=; blu=; std=
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
+AM_CFLAGS = @AM_CFLAGS@
AR = @AR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
@@ -84,6 +85,7 @@ AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
+CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
@@ -105,6 +107,7 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GREP = @GREP@
+HAVE_VISIBILITY = @HAVE_VISIBILITY@
HTTPS_SUPPORT = @HTTPS_SUPPORT@
ICONV_LIBS = @ICONV_LIBS@
INSTALL = @INSTALL@