aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2011-02-18 19:56:11 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2011-02-18 19:56:11 +0000
commited864f40e547f6994ff61135016f40be682d74e2 (patch)
treeb02063db1415cff63998b316fccf5f29ac8ce8df /Makefile
parent45db148cbbebda92ccc34ba8c7cbb0736d63c297 (diff)
1st test version of pmpd / pmpd2d / pmpd3d, as MSD compatible, but without flext
svn path=/trunk/externals/pmpd/; revision=14927
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcb9e87..3a71685 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ LIBRARY_NAME = pmpd
# add your .c source files, one object per file, to the SOURCES
# variable, help files will be included automatically
-SOURCES = iAmbient2D.c iAmbient3D.c iCircle2D.c iCircle3D.c iCylinder3D.c iLine2D.c iPlane3D.c iSeg2D.c iSphere3D.c link.c link2D.c link3D.c mass.c mass2D.c mass3D.c pmpd.c pmpd~.c tCircle2D.c tCircle3D.c tCube3D.c tCylinder3D.c tLine2D.c tLink2D.c tLink3D.c tPlane3D.c tSeg2D.c tSphere3D.c tSquare2D.c
+SOURCES = iAmbient2D.c iAmbient3D.c iCircle2D.c iCircle3D.c iCylinder3D.c iLine2D.c iPlane3D.c iSeg2D.c iSphere3D.c link.c link2D.c link3D.c mass.c mass2D.c mass3D.c pmpd.c pmpd2d.c pmpd3d.c pmpd~.c tCircle2D.c tCircle3D.c tCube3D.c tCylinder3D.c tLine2D.c tLink2D.c tLink3D.c tPlane3D.c tSeg2D.c tSphere3D.c tSquare2D.c
# list all pd objects (i.e. myobject.pd) files here, and their helpfiles will
# be included automatically