From afca32f588bb6a0f628bf87dce4f830fecc510cd Mon Sep 17 00:00:00 2001 From: musil Date: Sun, 26 Sep 2010 15:53:54 +0000 Subject: added iem_alisttosym.c and iem_symtoalist.c to makefiles svn path=/trunk/externals/iemlib/; revision=14182 --- iemlib2/src/makefile_d_ppc | 2 ++ iemlib2/src/makefile_darwin | 2 ++ 2 files changed, 4 insertions(+) (limited to 'iemlib2') diff --git a/iemlib2/src/makefile_d_ppc b/iemlib2/src/makefile_d_ppc index 825a21c..f9b6e25 100644 --- a/iemlib2/src/makefile_d_ppc +++ b/iemlib2/src/makefile_d_ppc @@ -20,6 +20,7 @@ SRC = add2_comma.c \ exp_inc.c \ fade~.c \ float24.c \ + iem_alisttosym.c \ iem_anything.c \ iem_append.c \ iem_blocksize~.c \ @@ -31,6 +32,7 @@ SRC = add2_comma.c \ iem_samplerate~.c \ iem_sel_any.c \ iem_send.c \ + iem_symtoalist.c \ init.c \ LFO_noise~.c \ list2send.c \ diff --git a/iemlib2/src/makefile_darwin b/iemlib2/src/makefile_darwin index 007ad5e..6b455cf 100644 --- a/iemlib2/src/makefile_darwin +++ b/iemlib2/src/makefile_darwin @@ -25,6 +25,7 @@ SRC = add2_comma.c \ exp_inc.c \ fade~.c \ float24.c \ + iem_alisttosym.c \ iem_anything.c \ iem_append.c \ iem_blocksize~.c \ @@ -36,6 +37,7 @@ SRC = add2_comma.c \ iem_samplerate~.c \ iem_sel_any.c \ iem_send.c \ + iem_symtoalist.c \ init.c \ LFO_noise~.c \ list2send.c \ -- cgit v1.2.1