diff options
author | musil <tmusil@users.sourceforge.net> | 2010-09-26 15:53:54 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2010-09-26 15:53:54 +0000 |
commit | afca32f588bb6a0f628bf87dce4f830fecc510cd (patch) | |
tree | c7074a98850d940bd53e56f527760d9c2732cabe /iemlib2/src/makefile_darwin | |
parent | c84115126ffe5d35efc217384cea05de03e39647 (diff) |
added iem_alisttosym.c and iem_symtoalist.c to makefiles
svn path=/trunk/externals/iemlib/; revision=14182
Diffstat (limited to 'iemlib2/src/makefile_darwin')
-rw-r--r-- | iemlib2/src/makefile_darwin | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |