Skip to content

Commit

Permalink
Corrected an issue with out-of-source-tree builds, in support of #242
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Apr 4, 2016
1 parent 928c943 commit 829036a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nc_test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 829036a

Please sign in to comment.