glapi: Make mapi/glapi/gen before mapi to avoid distcheck problem.

This commit is contained in:
Matt Turner 2014-12-06 20:18:51 -08:00
parent 2eef9c0b16
commit 7808344271
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
SUBDIRS = gtest util mapi
SUBDIRS = gtest util mapi/glapi/gen mapi
if NEED_OPENGL_COMMON
SUBDIRS += glsl mesa

View File

@ -19,7 +19,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
SUBDIRS = glapi/gen .
SUBDIRS =
TESTS =
TOP = $(top_srcdir)