diff options
author | Mattias Andrée <maandree@kth.se> | 2024-04-13 11:10:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-04-13 11:10:20 +0200 |
commit | e2346f713d55f3bcb81c8b724aaa0d9d27b8f6bd (patch) | |
tree | f18493a4c3f4a045985563d8c87aabf9f3e10bed /Makefile | |
parent | Add assume_aligned to libsimple_getcwd (diff) | |
download | libsimple-e2346f713d55f3bcb81c8b724aaa0d9d27b8f6bd.tar.gz libsimple-e2346f713d55f3bcb81c8b724aaa0d9d27b8f6bd.tar.bz2 libsimple-e2346f713d55f3bcb81c8b724aaa0d9d27b8f6bd.tar.xz |
Add libsimple_abspath with e- and en- versions
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
@@ -69,6 +69,7 @@ HDR =\ OBJ =\ abs.o\ + abspath.o\ aligned_allocn.o\ aligned_allocz.o\ aligned_alloczn.o\ @@ -99,6 +100,7 @@ OBJ =\ difftimeval.o\ doubletotimespec.o\ doubletotimeval.o\ + eabspath.o\ ealigned_alloc.o\ ealigned_allocn.o\ ealigned_allocz.o\ @@ -127,6 +129,7 @@ OBJ =\ ememalignzn.o\ ememalloc.o\ ememdup.o\ + enabspath.o\ enaligned_alloc.o\ enaligned_allocn.o\ enaligned_allocz.o\ |