diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/dumb/Makefile | 4 | ||||
-rw-r--r-- | plugins/shn/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/dumb/Makefile b/plugins/dumb/Makefile index 365cb8d5..e9b05233 100644 --- a/plugins/dumb/Makefile +++ b/plugins/dumb/Makefile @@ -2,9 +2,9 @@ CC=gcc dumbpath=dumb-kode54 -CFLAGS+=-Wall -D_GNU_SOURCE -I$(dumbpath)/include -std=c99 +CFLAGS+=-Wall -fPIC -D_GNU_SOURCE -I$(dumbpath)/include -std=c99 -LDFLAGS+=-module -shared -fPIC -lm +LDFLAGS+=-module -shared -lm SOURCES=\ dumb-kode54/src/it/readam.c\ 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 |