aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-04 19:37:10 +0200
committerMattias Andrée <maandree@kth.se>2023-07-04 19:37:10 +0200
commitaab65f6d1793d2ded2629437afab007ba3db0bf1 (patch)
tree5750c8006bc8b280ed63e587d1062356747fc63d /Makefile
parentlibsimple_localtime.3: fix formatting (diff)
downloadlibsimple-aab65f6d1793d2ded2629437afab007ba3db0bf1.tar.gz
libsimple-aab65f6d1793d2ded2629437afab007ba3db0bf1.tar.bz2
libsimple-aab65f6d1793d2ded2629437afab007ba3db0bf1.tar.xz
Add bindex and bindex_r
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 5d45bc4..7ea4e6e 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@ SUBHDR =\
libsimple/pvalloc.h\
libsimple/pvallocz.h\
libsimple/realloc.h\
+ libsimple/search.h\
libsimple/str.h\
libsimple/strdup.h\
libsimple/strn.h\
@@ -80,6 +81,8 @@ OBJ =\
aligned_wmemdup.o\
allocn.o\
asprintf.o\
+ bindex.o\
+ bindex_r.o\
callocn.o\
close.o\
cmptimespec.o\