aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2011-02-08 21:00:50 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2011-02-08 21:00:50 +0000
commitc70ffd6a91d1d898e9ca6af934198d7836e1951b (patch)
treee09c185546fee5049082663a4692e9bc9f898fcf /Makefile
parenta41666ea5b8d26b81da4ec2629658d851dc0ee16 (diff)
the pmpd object should be compatible with msd
svn path=/trunk/externals/pmpd/; revision=14878
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5b0df6..fcb9e87 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 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 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