From 34f15903d6f5807b34a4c9be6d8daaedbbdd64bc Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 7 Apr 2014 14:34:49 -0700 Subject: [PATCH] glapi: Fix libglapi build. This line appears to have been accidentally dropped from the last commit, and the resulting libglapi was missing symbols. --- src/mapi/Makefile.sources | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2