aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2008-04-02 18:35:06 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2008-04-02 18:35:06 +0000
commit26e0d82e7c375ea0313c137f97fecfac84719b7b (patch)
tree4460d388fb34d6489e217811e22d6d1d488f16ba /src/Makefile
parent05d113a99794fb2e5cbd9fa624e73a53e9c64882 (diff)
Changed tof's internal Makefile
svn path=/trunk/externals/tof/; revision=9675
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index cf2829c..d7811d6 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,7 +5,7 @@ clean: ; rm -f *.pd_linux *.o
# ----------------------- WINDOWS -----------------------
-pd_win: breakpoints.dll breakpoints~.dll destroysend.dll folderpanel.dll getdollarzero.dll
+pd_win: breakpoints.dll breakpoints~.dll destroysend.dll folderpanel.dll getdollarzero.dll phasorshot~.dll
.SUFFIXES: .dll
@@ -27,7 +27,7 @@ LDFLAGS = -shared
# ----------------------- LINUX i386 -----------------------
-pd_linux: breakpoints.pd_linux breakpoints~.pd_linux destroysend.pd_linux folderpanel.pd_linux getdollarzero.pd_linux
+pd_linux: breakpoints.pd_linux breakpoints~.pd_linux destroysend.pd_linux folderpanel.pd_linux getdollarzero.pd_linux phasorshot~.pd_linux
.SUFFIXES: .pd_linux
@@ -47,7 +47,7 @@ LINUXINCLUDE = -I$(PDPATH)/src
# ----------------------- Mac OSX -----------------------
-pd_darwin: breakpoints~.pd_darwin breakpoints.pd_darwin destroysend.pd_darwin folderpanel.pd_darwin getdollarzero.pd_darwin
+pd_darwin: breakpoints~.pd_darwin breakpoints.pd_darwin destroysend.pd_darwin folderpanel.pd_darwin getdollarzero.pd_darwin .pd_darwin
.SUFFIXES: .pd_darwin