aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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