If I do "include_HEADERS = foo.h", then foo.h goes into, let's say, /usr/local/include/foo.h
But can I instead make it go into /usr/local/include/some/arbitrary/path/foo.h? Still somewhat of an automake newbie -Patrick P.S. I know about nobase_include_HEADERS, it doesn't seem to do what I need though.
