summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-04-07 14:34:49 -0700
committerEric Anholt <eric@anholt.net>2014-04-07 14:34:49 -0700
commit34f15903d6f5807b34a4c9be6d8daaedbbdd64bc (patch)
treee5845c41436c1e3b9aa16f213690aff6d59f9886 /src/mapi
parent144bbb7b78ecac33c62c6dc28df1747a73c4eb39 (diff)
glapi: Fix libglapi build.
This line appears to have been accidentally dropped from the last commit, and the resulting libglapi was missing symbols.
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
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 \