diff options
author | Mattias Andrée <maandree@kth.se> | 2024-07-01 21:04:33 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-07-01 21:04:33 +0200 |
commit | 8b367c7f2d77bb5e1d7586853669df644a2b1d52 (patch) | |
tree | 4baf58c802d3b8c6816167c976010ff003f2f1cb /Makefile | |
parent | Add readlink and readmagiclink functions (diff) | |
download | libsimple-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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\ |