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 db93ea5 commit a91eed9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/general/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
.NOTPARALLEL:

# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/set_flags.am
#include $(top_srcdir)/set_flags.am

LDADD = libpio_tutil.la \
${top_builddir}/src/flib/libpiof.la \
AM_CPPFLAGS = -I$(top_srcdir)/src/flib -D_NETCDF

# Link to our test, fortran, and C libraries.
LDADD = libpio_tutil.la ${top_builddir}/src/flib/libpiof.la \
${top_builddir}/src/clib/libpioc.la

# There is a test utility mod file in this subdir which must be built.
Expand Down

0 comments on commit a91eed9

Please sign in to comment.