Skip to content

Commit

Permalink
more flag cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 18, 2020
1 parent a91eed9 commit 4d6e4f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/general/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4d6e4f8

Please sign in to comment.