From: Eric Anholt Date: Mon, 7 Apr 2014 21:34:49 +0000 (-0700) Subject: glapi: Fix libglapi build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34f15903d6f5807b34a4c9be6d8daaedbbdd64bc;p=mesa.git glapi: Fix libglapi build. This line appears to have been accidentally dropped from the last commit, and the resulting libglapi was missing symbols. --- diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources index 9ecf698a85c..37ca4842cb8 100644 --- a/src/mapi/Makefile.sources +++ b/src/mapi/Makefile.sources @@ -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 \