diff options
author | Eric Anholt <[email protected]> | 2014-04-07 14:34:49 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-04-07 14:34:49 -0700 |
commit | 34f15903d6f5807b34a4c9be6d8daaedbbdd64bc (patch) | |
tree | e5845c41436c1e3b9aa16f213690aff6d59f9886 /src/mapi/Makefile.sources | |
parent | 144bbb7b78ecac33c62c6dc28df1747a73c4eb39 (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/Makefile.sources')
-rw-r--r-- | src/mapi/Makefile.sources | 1 |
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 \ |