From c05c4393fc9bc38f73961afe67b0b950ccec328e Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 24 Feb 2011 20:33:06 +0100 Subject: fixed dumb and shn -fPIC makefile bug --- plugins/shn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/shn/Makefile') diff --git a/plugins/shn/Makefile b/plugins/shn/Makefile index f60ea3bd..7ce0e430 100644 --- a/plugins/shn/Makefile +++ b/plugins/shn/Makefile @@ -2,9 +2,9 @@ OUT=shn.so CC=gcc -CFLAGS+=-Wall -std=c99 -D_GNU_SOURCE -DHAVE_CONFIG_H -I. -I../.. +CFLAGS+=-Wall -fPIC -std=c99 -D_GNU_SOURCE -DHAVE_CONFIG_H -I. -I../.. -LDFLAGS+=-module -shared -fPIC -lm +LDFLAGS+=-module -shared -lm SOURCES=array.c convert.c misc.c output.c seek.c shn.c shorten.c sulawalaw.c vario.c wave.c -- cgit v1.2.3