aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-12 22:32:50 +0200
committerMattias Andrée <maandree@kth.se>2019-04-12 22:32:50 +0200
commit658557736a803071a47bacb33e8471168e67e6be (patch)
treea3d048c7e0ac825bb2a3906de2107becdfa3a6c6 /Makefile
parentUse C99 rather than C11 (diff)
downloadliberror-libc-658557736a803071a47bacb33e8471168e67e6be.tar.gz
liberror-libc-658557736a803071a47bacb33e8471168e67e6be.tar.bz2
liberror-libc-658557736a803071a47bacb33e8471168e67e6be.tar.xz
shutdown: add name parameter
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4cd8ae9..ca418c0 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR)
HDR =\
liberror-libc.h\
+ liberror.h\
internal.h
OBJ =\
@@ -24,6 +25,7 @@ OBJ =\
llabs.o\
pipe.o\
putenv.o\
+ set_error_one_file.o\
setenv.o\
shutdown.o\
unsetenv.o