summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-09-11 22:28:24 -0500
committerSamuel Holland <samuel@sholland.org>2018-09-11 22:50:44 -0500
commite9224395eba97e86d8d411f016972b2d70cd6ff3 (patch)
tree3298e2079d913f7742016220c1d2145e8c401804 /Makefile
parent71d20ba411d3923934409936ba20f6ead8a6cbcd (diff)
downloadgcompat-e9224395eba97e86d8d411f016972b2d70cd6ff3.tar.gz
gcompat-e9224395eba97e86d8d411f016972b2d70cd6ff3.tar.bz2
gcompat-e9224395eba97e86d8d411f016972b2d70cd6ff3.tar.xz
gcompat-e9224395eba97e86d8d411f016972b2d70cd6ff3.zip
realpath: Intercept realpath(/proc/self/exe)
Reuse the machinery from readlink Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 272bfd9..934422f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ LIBGCOMPAT_SRC = \
libgcompat/pthread.c \
libgcompat/pwd.c \
libgcompat/readlink.c \
+ libgcompat/realpath.c \
libgcompat/resolv.c \
libgcompat/resource.c \
libgcompat/setjmp.c \