projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
144bbb7
)
glapi: Fix libglapi build.
author
Eric Anholt
<eric@anholt.net>
Mon, 7 Apr 2014 21:34:49 +0000
(14:34 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 7 Apr 2014 21:34:49 +0000
(14:34 -0700)
This line appears to have been accidentally dropped from the last commit,
and the resulting libglapi was missing symbols.
src/mapi/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/mapi/Makefile.sources
b/src/mapi/Makefile.sources
index 9ecf698a85c98e04b0fd7e67e160d2197d94424c..37ca4842cb8de3107c8dc7e83f15625a38121255 100644
(file)
--- 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 \