aboutsummaryrefslogtreecommitdiff
path: root/tbext/makefile.pd-linux
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-02-29 13:57:19 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:54 +0200
commitb37d7f4d59d1ec038f6920e7a44436558d84befe (patch)
treeadfe1693abec354dc9d359f6875278ef858d1471 /tbext/makefile.pd-linux
parentce8d118561bd86df80eae140f2e0a64db55998e3 (diff)
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1364
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
# ----------------------------------------------