shared-glapi: Convert to automake
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 16 Mar 2012 16:55:40 +0000 (12:55 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 19 Mar 2012 15:13:06 +0000 (11:13 -0400)
commitca760181b4420696c7e86aa2951d7203522ad1e8
tree88e11d719bbd0963594645ab4d16c9c051b8eace
parent91ddfa72b4384d04e4d84e60b4cdf3efee7ef49b
shared-glapi: Convert to automake

This fixes a build problem where EGL links to libgbm.la, which encodes
a relative path to it's libglapi.so dependency.  The relative path
breaks when the linker tries to resolve it from src/egl/main instead
of src/gbm.  Typically we silently fall back to the system
libglapi.so, which is wrong and breaks when there isn't one.

Morale of the story: don't mix mklib and libtool.
configure.ac
src/egl/main/Makefile.am
src/gbm/Makefile.am
src/glx/Makefile.am
src/mapi/Android.mk
src/mapi/es1api/Makefile
src/mapi/glapi/Makefile
src/mapi/mapi/sources.mak
src/mapi/shared-glapi/Makefile [deleted file]
src/mapi/shared-glapi/Makefile.am [new file with mode: 0644]
src/mapi/vgapi/Makefile