aboutsummaryrefslogtreecommitdiff
path: root/externals/build/linux/makefile
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-26 11:22:09 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-26 11:22:09 +0000
commit55b0740eb47584c15e2e33c7022e7dc43d3ed53e (patch)
tree5f1748a2982de40cd46a2e7c8a918f94a083a8d7 /externals/build/linux/makefile
parent5300f1dd4cb72171b0b02c85be42f9d7dcd6727d (diff)
added ogg externals
svn path=/trunk/; revision=252
Diffstat (limited to 'externals/build/linux/makefile')
-rw-r--r--externals/build/linux/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile
index a6100db7..4c3ea9b6 100644
--- a/externals/build/linux/makefile
+++ b/externals/build/linux/makefile
@@ -15,7 +15,7 @@ LINUXINCLUDE = -I. -I.. -I../include
%.pd_linux: ../src/%.c
$(CC) $(LINUXCFLAGS) $(LINUXINCLUDE) -o "$*.o" -c "../src/$*.c"
- ld -export_dynamic -shared -o "$*.pd_linux" "$*.o" -lc -lm
+ ld -export_dynamic -shared -o "$*.pd_linux" "$*.o" -lc -lm `cat $*.libs`
chmod a-x "$*.pd_linux"
# strip --strip-unneeded $*.pd_linux
rm -f "$*.o"