mapi: autotools: remove unused MAPI_FILES file list
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 7 Dec 2017 17:07:36 +0000 (17:07 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 25 Jan 2018 17:42:46 +0000 (17:42 +0000)
The sole user was OpenVG, which was removed couple of years ago.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mapi/Makefile.sources

index 5647158e3daa47ba194d0021b8306d4886efc83f..4b83caa8ed2b0c0aba6a1471c6b819e261a24047 100644 (file)
@@ -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 \