mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Fixed an issue with out-of-source libtool builds related to the netcdf_meta test in nc_test/.
This commit is contained in:
parent
c99ad288fc
commit
63c67fa2e5
@ -36,7 +36,7 @@ nc_test_SOURCES = nc_test.c error.c test_get.c test_put.c \
|
||||
test_read.c test_write.c util.c error.h tests.h
|
||||
|
||||
LDADD = ${top_builddir}/liblib/libnetcdf.la
|
||||
AM_CPPFLAGS += -I$(top_builddir)/liblib
|
||||
AM_CPPFLAGS += -I$(top_builddir)/liblib -I$(top_builddir)/include
|
||||
|
||||
# If the user asked for large file tests, then add them.
|
||||
if LARGE_FILE_TESTS
|
||||
|
Loading…
Reference in New Issue
Block a user