Fix out of tree builds with configure - add $(top_builddir)/include to include directory search

This commit is contained in:
Orion Poplawski 2021-04-10 17:57:55 -06:00
parent e38078d14f
commit 031b93a0f8

View File

@ -6,7 +6,7 @@
# libraries for netCDF-4.
#
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
AM_LDFLAGS =
if USE_DAP