From 829036ab7f777018f1a071119571563a93ae0d1a Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Mon, 4 Apr 2016 15:27:22 -0600 Subject: [PATCH] Corrected an issue with out-of-source-tree builds, in support of https://github.com/Unidata/netcdf-c/issues/242 --- nc_test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc_test/Makefile.am b/nc_test/Makefile.am index 5532ac72a..7817eb076 100644 --- a/nc_test/Makefile.am +++ b/nc_test/Makefile.am @@ -100,7 +100,7 @@ EXTRA_DIST += ref_tst_diskless2.cdl CMakeLists.txt #MAINTAINERCLEANFILES = test_get.c test_put.c all: - cp $(top_srcdir)/libsrc/ncx.c . + cp $(top_builddir)/libsrc/ncx.c . CLEANFILES += ncx.c