From 3e8a1984e9ee662e74254704275c8e30791a5af0 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 31 May 2018 02:48:39 +0200 Subject: Add googletest 1.8.0 framework in test/googletest, and use it with autoconf builds only (CMake integration to be done) --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index f89b737c..4e1db2e9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,5 @@ AM_CFLAGS = @C_WFLAGS@ +AM_CXXFLAGS = @CXX_WFLAGS@ bin_PROGRAMS = proj nad2bin geod cs2cs gie cct EXTRA_PROGRAMS = multistresstest test228 -- cgit v1.2.3