From 3a2885fb268ebbc23cf1bceaad7e77ac06d85edb Mon Sep 17 00:00:00 2001 From: Enrico Horn Date: Fri, 25 Apr 2014 20:38:13 +0200 Subject: [PATCH] mapi: OpenVG symbol exports. Fixes another mistake in 144bbb7b78e. Reviewed-by: Matt Turner Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77502 --- src/mapi/Makefile.sources | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2