summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-12-07 17:07:36 +0000
committerEmil Velikov <[email protected]>2018-01-25 17:42:46 +0000
commit48e7bc6833ed7adeb389306cf870812c492b161d (patch)
tree3572146dc4796075fe69ffe87edbc6f7eacb5d08 /src/mapi
parent785d9a4ed84b2e4f2c7ddaf78e2d91f4abd46a59 (diff)
mapi: autotools: remove unused MAPI_FILES file list
The sole user was OpenVG, which was removed couple of years ago. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/Makefile.sources11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources
index 5647158e3da..4b83caa8ed2 100644
--- a/src/mapi/Makefile.sources
+++ b/src/mapi/Makefile.sources
@@ -2,9 +2,6 @@
#
# mapi may be used in several ways
#
-# - In default mode, mapi implements the interface defined by mapi.h. To use
-# this mode, compile MAPI_FILES.
-#
# - In util mode, mapi provides utility functions for use with glapi. To use
# this mode, compile MAPI_UTIL_FILES with MAPI_MODE_UTIL defined.
#
@@ -30,14 +27,6 @@ MAPI_BRIDGE_FILES = \
entry_ppc64le_tsd.h \
mapi_tmp.h
-MAPI_FILES = \
- entry.c \
- stub.c \
- stub.h \
- table.c \
- table.h \
- $(MAPI_UTIL_FILES)
-
MAPI_GLAPI_FILES = \
entry.c \
mapi_glapi.c \