aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-07-01 21:04:33 +0200
committerMattias Andrée <maandree@kth.se>2024-07-01 21:04:33 +0200
commit8b367c7f2d77bb5e1d7586853669df644a2b1d52 (patch)
tree4baf58c802d3b8c6816167c976010ff003f2f1cb /Makefile
parentAdd readlink and readmagiclink functions (diff)
downloadlibsimple-8b367c7f2d77bb5e1d7586853669df644a2b1d52.tar.gz
libsimple-8b367c7f2d77bb5e1d7586853669df644a2b1d52.tar.bz2
libsimple-8b367c7f2d77bb5e1d7586853669df644a2b1d52.tar.xz
Add getexecpath functions
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d44d559..5a2ada3 100644
--- a/Makefile
+++ b/Makefile
@@ -413,6 +413,7 @@ OBJ =\
ecallocn.o\
efreadlink.o\
egetcwd.o\
+ egetexecpath.o\
egmtime.o\
elocaltime.o\
emalloc.o\
@@ -443,6 +444,7 @@ OBJ =\
encallocn.o\
enfreadlink.o\
engetcwd.o\
+ engetexecpath.o\
engmtime.o\
enlocaltime.o\
enmalloc.o\
@@ -553,6 +555,7 @@ OBJ =\
getcwd.o\
getenv_e.o\
getenv_ne.o\
+ getexecpath.o\
gmtime.o\
habs.o\
hdiff.o\