aboutsummaryrefslogtreecommitdiff
path: root/tbext/makefile.pd-linux
diff options
context:
space:
mode:
Diffstat (limited to 'tbext/makefile.pd-linux')
-rw-r--r--tbext/makefile.pd-linux8
1 files changed, 6 insertions, 2 deletions
diff --git a/tbext/makefile.pd-linux b/tbext/makefile.pd-linux
index 7948a19..3546d99 100644
--- a/tbext/makefile.pd-linux
+++ b/tbext/makefile.pd-linux
@@ -1,5 +1,4 @@
-# xsample - extended sample objects for Max/MSP and pd (pure data)
-# Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net)
+# makefile adapted from thomas grill's xsample makefile
#
# Makefile for gcc @ linux
#
@@ -28,6 +27,11 @@ else
LINKFLEXT=$(FLEXTLIB)
endif
+ifdef FFTW
+LDFLAGS+=-lfftw3f
+CFLAGS+=-DFFTW
+endif
+
# ----------------------------------------------
# the rest can stay untouched
# ----------------------------------------------