aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-11-01 22:06:40 +0100
committerMattias Andrée <maandree@kth.se>2019-11-01 22:06:40 +0100
commitc57844b08bced71778f38f2346464c3e0836287c (patch)
treee3733b4c99818ee6c77ed3d4d37becf30f92268f /Makefile
parentUse installed liberror (diff)
downloadliberror-libc-c57844b08bced71778f38f2346464c3e0836287c.tar.gz
liberror-libc-c57844b08bced71778f38f2346464c3e0836287c.tar.bz2
liberror-libc-c57844b08bced71778f38f2346464c3e0836287c.tar.xz
Add some functions and add functions with _failed suffix
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d59568f..9ce5639 100644
--- a/Makefile
+++ b/Makefile
@@ -19,14 +19,22 @@ HDR =\
OBJ =\
abs.o\
+ calloc.o\
+ chdir.o\
imaxabs.o\
labs.o\
llabs.o\
+ malloc.o\
pipe.o\
putenv.o\
+ raise.o\
+ realloc.o\
+ recv.o\
+ send.o\
set_error_one_file.o\
setenv.o\
shutdown.o\
+ sockatmark.o\
unsetenv.o
LOBJ = $(OBJ:.o=.lo)