aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-09 16:58:00 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-09 16:58:00 +0000
commit356402100ce460eee74907f9f913a89897853572 (patch)
treeefc311815562d999c8ba5773809cedc871778473
parent8584826ab062528850231c9e8c7cdff64f68460a (diff)
don't link against libdl and libpthread
svn path=/trunk/externals/iemlib/; revision=14885
-rw-r--r--Make.include6
1 files changed, 1 insertions, 5 deletions
diff --git a/Make.include b/Make.include
index 20ef3f9..622a6f1 100644
--- a/Make.include
+++ b/Make.include
@@ -9,7 +9,7 @@ EXT = pd_linux
STRIP = strip
PD_LDFLAGS = --export-dynamic -shared $(LD_FLAGS)
-PD_LIB = -ldl -lm -lpthread $(LIB)
+PD_LIB = -lm $(LIB)
#select either the DBG and OPT compiler flags below:
@@ -42,7 +42,3 @@ $(OBJ) : %.o : %.c
touch $*.c
$(CC) $(PD_CFLAGS) $(PD_INCLUDE) -c -o $*.o $*.c
-
-bla:
- echo $(CC)
- echo $(CP)