From: Enrico Horn Date: Fri, 25 Apr 2014 18:38:13 +0000 (+0200) Subject: mapi: OpenVG symbol exports. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a2885fb268ebbc23cf1bceaad7e77ac06d85edb;p=mesa.git mapi: OpenVG symbol exports. Fixes another mistake in 144bbb7b78e. Reviewed-by: Matt Turner Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77502 --- diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources index 37ca4842cb8..4ce1afb23de 100644 --- a/src/mapi/Makefile.sources +++ b/src/mapi/Makefile.sources @@ -32,6 +32,7 @@ MAPI_BRIDGE_FILES = \ $(TOP)/src/mapi/mapi_tmp.h MAPI_FILES = \ + $(TOP)/src/mapi/entry.c \ $(TOP)/src/mapi/mapi.c \ $(TOP)/src/mapi/mapi.h \ $(TOP)/src/mapi/stub.c \