glapi: Fix libglapi build.
authorEric Anholt <eric@anholt.net>
Mon, 7 Apr 2014 21:34:49 +0000 (14:34 -0700)
committerEric 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

index 9ecf698a85c98e04b0fd7e67e160d2197d94424c..37ca4842cb8de3107c8dc7e83f15625a38121255 100644 (file)
@@ -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 \