From 2b5318216ea6804a84920979fd77f759e35889fd Mon Sep 17 00:00:00 2001
From: Miller Puckette <millerpuckette@users.sourceforge.net>
Date: Sun, 24 Jul 2005 19:41:15 +0000
Subject: New "list" object. Added "addcomma", "addsemi", "adddollar",
 "adddollsym" messages to message object. worked on Mac compilation problems.

svn path=/trunk/; revision=3371
---
 pd/src/makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'pd/src/makefile')

diff --git a/pd/src/makefile b/pd/src/makefile
index f69e9a00..9a560285 100644
--- a/pd/src/makefile
+++ b/pd/src/makefile
@@ -42,7 +42,7 @@ SRC = g_canvas.c g_graph.c g_text.c g_rtext.c g_array.c g_template.c g_io.c \
     d_math.c d_fft.c d_mayer_fft.c d_fftroutine.c d_array.c d_global.c \
     d_delay.c d_resample.c \
     x_arithmetic.c x_connective.c x_interface.c x_midi.c x_misc.c \
-    x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c d_soundfile.c \
+    x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c x_list.c d_soundfile.c \
     $(SYSSRC)
 
 
-- 
cgit v1.2.1