COMEDILIB_CFLAGS: Fix for separate build directory.
authorIan Abbott <abbotti@mev.co.uk>
Wed, 11 May 2011 10:45:07 +0000 (11:45 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 11 May 2011 10:45:07 +0000 (11:45 +0100)
commitcf20e6af6bb33716d7cc5cdf34a86ec04f2d5be4
tree37f27ea1f76830d9bf799796ea056e51f587a02e
parent5d34786aba154242bce2a70fa0b517868c34436b
COMEDILIB_CFLAGS: Fix for separate build directory.

When doing an out-of-tree build, the comedi_version.h file is in
the build tree, not in the source tree.  The CFLAGS needs an additional
-I option so the compiler can find it.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
configure.ac