mapi: fix out-of-tree build dependencies
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Tue, 11 Oct 2016 13:43:44 +0000 (15:43 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 12 Oct 2016 15:36:35 +0000 (17:36 +0200)
commit85ba409967bb0327b85460639080214b3997fc17
tree43a7b46078a3c2cf4c1c51f204ac811498921dd8
parent7e86b2ddae32fc86fc684a0dcf32a87a0d795267
mapi: fix out-of-tree build dependencies

We shouldn't be using wildcard here in the first place, but changing that
is some effort. As it stands, make -p confirms that glapi_gen_mapi_deps only
contains mapi_abi.py when building outside the Mesa tree.

As a result, only some of the tables were updated when XML files change, but
not the tables for shared glapi. This change ensures that we pick up the
XML files and scripts from the source tree as dependencies also for shared
glapi.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/mapi/Makefile.am