From: curt Date: Sun, 21 Mar 1999 14:04:11 +0000 (+0000) Subject: Define -DANSI_DECLARATORS so that library get's built with ANSI function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6090cde756cffbc0d0e99a6207c0778d72e71c6c;p=flightgear.git Define -DANSI_DECLARATORS so that library get's built with ANSI function prototyping. --- diff --git a/Triangle/Makefile.am b/Triangle/Makefile.am index f07cb8e4e..6095c3b69 100644 --- a/Triangle/Makefile.am +++ b/Triangle/Makefile.am @@ -9,7 +9,7 @@ # # DEFS = -DTRILIBRARY -DREDUCED -DCDT_ONLY -DEFS += -DTRILIBRARY -DREDUCED +DEFS += -DTRILIBRARY -DREDUCED -DANSI_DECLARATORS noinst_LIBRARIES = libTriangle.a