1/*
2 * Include defines for path, in order to make the checks work with a build dir
3 * different from the source dir
4 *
5 * $Id$
6 */
7
8#define TOPSRCDIR "@top_srcdir@"
9#define SRCDIR "@srcdir@"
10#define TOPBUILDDIR "@top_builddir@"
11#define BUILDDIR "@builddir@"
12
13