diff options
author | Enrico Horn <[email protected]> | 2014-04-25 20:38:13 +0200 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-04-25 19:34:38 -0700 |
commit | 3a2885fb268ebbc23cf1bceaad7e77ac06d85edb (patch) | |
tree | fc3bd1857b8b7c0a1b7b1ad8d11cd6a46811436b /src/mapi/Makefile.sources | |
parent | 18993f78920b89234b8a7a96f04bb51892f299f3 (diff) |
mapi: OpenVG symbol exports.
Fixes another mistake in 144bbb7b78e.
Reviewed-by: Matt Turner <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77502
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 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 \ |