Fix out-of-tree build
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 Apr 2012 12:37:53 +0000 (08:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 Apr 2012 12:39:53 +0000 (08:39 -0400)
commite224628499d5396c5b2942ab43993ba99b207c4d
treec622c8bc378b0021f16595f041fd16e83f35cedb
parent741f378eb59c3fdb56566201637446fabfcf7801
Fix out-of-tree build

Wildcards in automake seems to require that we prepent $(top_srcdir) to
get out-of-tree build to work.

Other non-wildcards work fine without the $(top_srcdir) prefix, so
leaving as-is.

Fixes #94

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
This page took 0.024957 seconds and 4 git commands to generate.