glapi: Fix libglapi build.

This line appears to have been accidentally dropped from the last commit,
and the resulting libglapi was missing symbols.
This commit is contained in:
Eric Anholt 2014-04-07 14:34:49 -07:00
parent 144bbb7b78
commit 34f15903d6
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ MAPI_FILES = \
$(MAPI_UTIL_FILES)
MAPI_GLAPI_FILES = \
$(TOP)/src/mapi/entry.c \
$(TOP)/src/mapi/mapi_glapi.c \
$(TOP)/src/mapi/stub.c \
$(TOP)/src/mapi/stub.h \