Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36a266c..e3c23f0 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ LD=$(CC)
#INCLUDES =
#LIBDIRS =
-LIBS = -lm -lfftw3
+LIBS = -lm -lfftw3 -lfftw3_threads
override LDFLAGS +=$(LIBDIRS)$(LIBS)