Fix test build when srcdir != builddir.
authorAaron Plattner <aplattner@nvidia.com>
Fri, 28 Mar 2008 19:16:07 +0000 (12:16 -0700)
committerAaron Plattner <aplattner@nvidia.com>
Fri, 28 Mar 2008 19:16:07 +0000 (12:16 -0700)
commit0c3547bad41e1a5b12c0ffaa1c106043399dc3fc
treefb2143613ea86b8b68ce78294cc60eb862d974c4
parentcd3799317fced697e4bc729c3ea8d42ed7edf526
Fix test build when srcdir != builddir.

The tests were including pixman.h, but pixman.h couldn't find pixman-version.h
because it was in $(top_builddir)/pixman rather than $(top_srcdir)/pixman.
test/Makefile.am