From e3420f1731bb7acbe952092d4313b0b743a79944 Mon Sep 17 00:00:00 2001 From: Ian Daniher Date: Wed, 8 Apr 2015 16:59:46 -0400 Subject: [PATCH] build archive for static linking --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index aaad644..e6e499e 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ KFVER=130 all: gcc -Wall -fPIC -c *.c -Dkiss_fft_scalar=float -o kiss_fft.o + ar crus libkissfft.a kiss_fft.o gcc -shared -Wl,-soname,libkissfft.so -o libkissfft.so kiss_fft.o doc: