summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-11-08 21:31:10 +0100
committerGravatar waker <wakeroid@gmail.com>2010-11-08 21:31:10 +0100
commit2dd8ffd24db2b5416eba2637f9dfdb202589f695 (patch)
tree5bc6daf1dbb27a62384172e1f2868ab42e5f11d7 /Makefile.am
parentc15a02c92efa6a6e58b6c48290c168aee2691a21 (diff)
parent21e46269269b82e756fef0051e0953c52d6be3ca (diff)
Merge branch 'static' into devel
Conflicts: configure.ac
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eb1eb738..fb4a7b5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ deadbeef_SOURCES =\
sdkdir = $(pkgincludedir)
sdk_HEADERS = deadbeef.h
-deadbeef_LDADD = $(LDADD) $(DEPS_LIBS) $(ICONV_LIB) -lm
+deadbeef_LDADD = $(LDADD) $(DEPS_LIBS) $(ICONV_LIB) -lm -ldl -lpthread
AM_CFLAGS = $(DEPS_CFLAGS) -std=c99
AM_CPPFLAGS = $(DEPS_CFLAGS)