From e860a38a88c7ea148ee15976136a1f83ea13f8e0 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 23 Oct 2021 23:29:40 -0500 Subject: auxv: new module Adds `__getauxval` wrapper, needed for Parallels Tools GUI installer. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3-70-g09d2