From 4d6e4f8646a2e8de72636f5b434272d4a7dc268b Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Tue, 18 Aug 2020 07:30:26 -0600 Subject: [PATCH] more flag cleanup --- tests/general/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am index 38983137b49..35779ca5b7a 100644 --- a/tests/general/Makefile.am +++ b/tests/general/Makefile.am @@ -6,10 +6,8 @@ # Parallel builds don't currently work in this directory. .NOTPARALLEL: -# Put together AM_CPPFLAGS and AM_LDFLAGS. -#include $(top_srcdir)/set_flags.am - -AM_CPPFLAGS = -I$(top_srcdir)/src/flib -D_NETCDF +# Find the pio.mod file. +AM_CPPFLAGS = -I$(top_srcdir)/src/flib # Link to our test, fortran, and C libraries. LDADD = libpio_tutil.la ${top_builddir}/src/flib/libpiof.la \