diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-20 15:50:53 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-04-27 17:35:32 +0200 |
commit | 62bd3f2351a7665e681f00ad6dd92b08b8c68b72 (patch) | |
tree | 70835fd628925cd22c33c82bfc4751452e9e5733 /libshouldbeinlibc/Makefile | |
parent | 33536608704a637eb8618396244ed43b9aa6aaf6 (diff) |
libshouldbeinlibc: add assert(3) variant that prints backtraces
* libshouldbeinlibc/Makefile: Add new files
* libshouldbeinlibc/assert-backtrace.{c,h}: New files.
Diffstat (limited to 'libshouldbeinlibc/Makefile')
-rw-r--r-- | libshouldbeinlibc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile index 633d60eb..04c085bb 100644 --- a/libshouldbeinlibc/Makefile +++ b/libshouldbeinlibc/Makefile @@ -29,10 +29,12 @@ SRCS = termsize.c timefmt.c exec-reauth.c maptime-funcs.c \ ugids-auth.c ugids-xinl.c ugids-merge.c ugids-imply.c ugids-posix.c \ ugids-verify-auth.c nullauth.c \ refcount.c \ + assert-backtrace.c \ installhdrs = idvec.h timefmt.h maptime.h \ wire.h portinfo.h portxlate.h cacheq.h ugids.h nullauth.h \ refcount.h \ + assert-backtrace.h \ installhdrsubdir = . |