summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2021-10-23 23:29:40 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2021-10-23 23:29:40 -0500
commite860a38a88c7ea148ee15976136a1f83ea13f8e0 (patch)
tree24f6fc56f9772ed5307abe03059dd5afc31d1415 /Makefile
parent5bd1f89a69d906844aa6b28e672a5c5a44e88480 (diff)
downloadgcompat-e860a38a88c7ea148ee15976136a1f83ea13f8e0.tar.gz
gcompat-e860a38a88c7ea148ee15976136a1f83ea13f8e0.tar.bz2
gcompat-e860a38a88c7ea148ee15976136a1f83ea13f8e0.tar.xz
gcompat-e860a38a88c7ea148ee15976136a1f83ea13f8e0.zip
auxv: new moduleadd-__getauxval
Adds `__getauxval` wrapper, needed for Parallels Tools GUI installer.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cbb7634..1893cc1 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ LIBGCOMPAT_INCLUDE = \
libgcompat/alias.h \
libgcompat/internal.h
LIBGCOMPAT_SRC = \
+ libgcompat/auxv.c \
libgcompat/ctype.c \
libgcompat/cxx_thread.c \
libgcompat/dlfcn.c \