Fix: examples make distcheck failure
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 10 May 2016 22:10:43 +0000 (18:10 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 10 May 2016 22:21:18 +0000 (18:21 -0400)
commitf00d93449196d26cd65bc36d5642d6be8224ba25
tree24c807c50501a29a5cb6af9d3ec84d2f73c90a11
parent52ecff8a35e3770b4d143d894745ab0ed26bdbf9
Fix: examples make distcheck failure

"make distcheck" marks each source file on the srcdir in the extracted
dist tarball read-only. The examples copy from the srcdir into the
builddir before running the "make" examples, but this keeps the
read-only flag on the builddir directories, which fails the build
because the resulting objects cannot be created.

Fix this by ensuring the copied target directory for each example is
user-writeable.

Fixes: #903
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/Makefile.am
This page took 0.024873 seconds and 4 git commands to generate.