backtrace: add an alternative stack unwinding implementation using libunwind

This commit is contained in:
Martin Willi
2013-05-06 15:15:24 +02:00
parent d8f6f0c01c
commit 83714577a9
3 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ endif
library.lo : $(top_builddir)/config.status
libstrongswan_la_LIBADD = $(PTHREADLIB) $(DLLIB) $(BTLIB) $(SOCKLIB) $(RTLIB) $(BFDLIB)
libstrongswan_la_LIBADD = $(PTHREADLIB) $(DLLIB) $(BTLIB) $(SOCKLIB) $(RTLIB) $(BFDLIB) $(UNWINDLIB)
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = \