From cd98370b338a0cc5343067151884a06431a1d92c Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 19 Nov 2009 22:07:01 +0000 Subject: testing framework, configure fixes, incorporations from meeting, continued work --- src/smt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smt/Makefile.am') diff --git a/src/smt/Makefile.am b/src/smt/Makefile.am index f719b1283..ff740aa56 100644 --- a/src/smt/Makefile.am +++ b/src/smt/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = -I@srcdir@/../include -I@srcdir@/.. -AM_CXXFLAGS = -Wall +AM_CXXFLAGS = -Wall -fvisibility=hidden noinst_LIBRARIES = libsmt.a -- cgit v1.2.3