Right now in my autotools project I'm including some files with alot of "../"'s in their names. Is there anyway where I can force it to start looking in the root of my project so i can just do "foo/bar/test.h"

I think id clean things up a bit.

Thanks