aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-01-19 06:10:44 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-01-19 06:10:44 +0000
commit90210870c877a7c7c93a2a4c08d77f30f3b315b4 (patch)
treee513dde9f304d6e154d910d10259de85ef1ba5c8
parent5fda457c74abaeb1a26d275be2258ffd79dead3a (diff)
link to libdl for dlopen() on all platforms
svn path=/trunk/externals/plugin~/; revision=14756
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2681d04..76f26f7 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ EXTRA_SOURCES = jsearch.c jload.c
# -I"$(PD_INCLUDE)/pd" supports the header location for 0.43
CFLAGS = -I"$(PD_INCLUDE)/pd" -Wall -W -g
LDFLAGS =
-LIBS =
+LIBS = -ldl
#------------------------------------------------------------------------------#
#