aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-08-07 18:30:40 +0200
committerTobias Brunner <tobias@strongswan.org>2009-08-07 18:46:25 +0200
commit3974b2fb079460d5b251075a4344f319abe99af0 (patch)
treeb947494cd8d24f5ccc822b7640cf78941f467ad5 /src/libstrongswan/Makefile.am
parentdd4c14f37c37b466e0c587da62f6ca1c6a78f1c6 (diff)
downloadstrongswan-3974b2fb079460d5b251075a4344f319abe99af0.tar.bz2
strongswan-3974b2fb079460d5b251075a4344f319abe99af0.tar.xz
FreeBSD's libc does not support backtrace(), but libexecinfo optionally replicates this function (and the other defined in execinfo.h).
Diffstat (limited to 'src/libstrongswan/Makefile.am')
-rw-r--r--src/libstrongswan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am
index 096ef3b68..294b2c7d8 100644
--- a/src/libstrongswan/Makefile.am
+++ b/src/libstrongswan/Makefile.am
@@ -50,7 +50,7 @@ utils/mutex.c utils/mutex.h \
utils/backtrace.c utils/backtrace.h \
plugins/plugin_loader.c plugins/plugin_loader.h plugins/plugin.h
-libstrongswan_la_LIBADD = -lpthread $(DLLIB)
+libstrongswan_la_LIBADD = -lpthread $(DLLIB) $(BTLIB)
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = \