diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-09 16:58:00 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-09 16:58:00 +0000 |
commit | 356402100ce460eee74907f9f913a89897853572 (patch) | |
tree | efc311815562d999c8ba5773809cedc871778473 /Make.include | |
parent | 8584826ab062528850231c9e8c7cdff64f68460a (diff) |
don't link against libdl and libpthread
svn path=/trunk/externals/iemlib/; revision=14885
Diffstat (limited to 'Make.include')
-rw-r--r-- | Make.include | 6 |
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) |