diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-01-19 06:10:44 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-01-19 06:10:44 +0000 |
commit | 90210870c877a7c7c93a2a4c08d77f30f3b315b4 (patch) | |
tree | e513dde9f304d6e154d910d10259de85ef1ba5c8 | |
parent | 5fda457c74abaeb1a26d275be2258ffd79dead3a (diff) |
link to libdl for dlopen() on all platforms
svn path=/trunk/externals/plugin~/; revision=14756
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 #------------------------------------------------------------------------------# # |