Fixed an issue with out-of-source libtool builds related to the netcdf_meta test in nc_test/.

This commit is contained in:
Ward Fisher 2014-09-22 13:38:34 -06:00
parent c99ad288fc
commit 63c67fa2e5

View File

@ -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