aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-13 22:00:04 +0200
committerMattias Andrée <maandree@kth.se>2019-04-13 22:00:04 +0200
commit05ad06600b712a29bc99a65ae89f38d4d8f30371 (patch)
tree1d7d8a6ac3b83c0150635a2e81dd51d4e648e4b3 /Makefile
parentDocument fields for error details (diff)
downloadliberror-05ad06600b712a29bc99a65ae89f38d4d8f30371.tar.gz
liberror-05ad06600b712a29bc99a65ae89f38d4d8f30371.tar.bz2
liberror-05ad06600b712a29bc99a65ae89f38d4d8f30371.tar.xz
Add liberror_start and liberror_end
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 091428c..5634a9c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ HDR =\
OBJ =\
copy_error.o\
+ end.o\
free_error.o\
get_error.o\
internal.o\
@@ -27,10 +28,12 @@ OBJ =\
reset_error.o\
save_backtrace.o\
set_error.o\
- set_error_errno.o
+ set_error_errno.o\
+ start.o
MAN3 =\
liberror_copy_error.3\
+ liberror_end.3\
liberror_free_error.3\
liberror_get_error.3\
liberror_print_bactrace.3\
@@ -38,7 +41,8 @@ MAN3 =\
liberror_reset_error.3\
liberror_save_backtrace.3\
liberror_set_error.3\
- liberror_set_error_errno.3
+ liberror_set_error_errno.3\
+ liberror_start.3
MAN7 =\
liberror.7