mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Fix out of tree builds with configure - add $(top_builddir)/include to include directory search
This commit is contained in:
parent
e38078d14f
commit
031b93a0f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user