summaryrefslogtreecommitdiff
path: root/src/mapi/Makefile.sources
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-03-04 19:17:57 -0700
committerBrian Paul <brianp@vmware.com>2015-03-05 06:59:43 -0700
commit9385c592c68e7304cd9084fe17f27ec17319cdcf (patch)
tree3aadc5de83850af395c7c77875d4007d87fc240a /src/mapi/Makefile.sources
parent262cd683e22ec64645a50b558f91001b75ea2000 (diff)
mapi: remove u_thread.h
Just use c11 threads directly. Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/mapi/Makefile.sources')
-rw-r--r--src/mapi/Makefile.sources3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources
index 4e92f5edfeb..07063f390c9 100644
--- a/src/mapi/Makefile.sources
+++ b/src/mapi/Makefile.sources
@@ -18,8 +18,7 @@ MAPI_UTIL_FILES = \
u_current.c \
u_current.h \
u_execmem.c \
- u_execmem.h \
- u_thread.h
+ u_execmem.h
MAPI_BRIDGE_FILES = \
entry.c \