From a25f9ee9b324169c94ed93306234f6c5d23e8a79 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 26 Sep 2007 21:43:44 +0200 Subject: [PATCH] zsolve: override LIBS from top level --- zsolve/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/zsolve/Makefile.am b/zsolve/Makefile.am index 1b4efa7..92dbd3f 100644 --- a/zsolve/Makefile.am +++ b/zsolve/Makefile.am @@ -19,6 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +LIBS = AM_CFLAGS = -DNDEBUG lib_LTLIBRARIES = libzsolve.la -- 2.11.4.GIT