From 55b0740eb47584c15e2e33c7022e7dc43d3ed53e Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Tue, 26 Nov 2002 11:22:09 +0000 Subject: added ogg externals svn path=/trunk/; revision=252 --- externals/build/linux/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/build/linux/makefile') 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" -- cgit v1.2.1