aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-12-10 21:11:46 +0100
committerMattias Andrée <maandree@kth.se>2021-12-10 21:11:46 +0100
commitff35af3b422d81143cdd436b9412652bca760a69 (patch)
tree93555000c5100abd391bb1ecb85525dfad5604ce /Makefile
parentAdd liberror_send_require and liberror_send_short (diff)
downloadliberror-libc-ff35af3b422d81143cdd436b9412652bca760a69.tar.gz
liberror-libc-ff35af3b422d81143cdd436b9412652bca760a69.tar.bz2
liberror-libc-ff35af3b422d81143cdd436b9412652bca760a69.tar.xz
Add strdup
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a9812c1..094eb7b 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ OBJ =\
setenv.o\
shutdown.o\
sockatmark.o\
+ strdup.o\
unsetenv.o
LOBJ = $(OBJ:.o=.lo)