diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-10 20:37:03 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-10 20:37:03 +0000 |
commit | 8588498ae512f927b99e2a8a6972b2a0b704104a (patch) | |
tree | b364fd1dcee3880c9ea5bba0d3f13471dd327bd2 /externals/vanilla/Makefile | |
parent | 374d638442e1560be8e8981e531ecaee024842de (diff) |
split out qlist and textfile into their own files
svn path=/trunk/; revision=12744
Diffstat (limited to 'externals/vanilla/Makefile')
-rw-r--r-- | externals/vanilla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/vanilla/Makefile b/externals/vanilla/Makefile index 25222c9f..d3eb93d7 100644 --- a/externals/vanilla/Makefile +++ b/externals/vanilla/Makefile @@ -4,7 +4,7 @@ LIBRARY_NAME = vanilla # Next, add your source files to the SOURCES variable. -SOURCES = abs~.c bng.c clip~.c cnv.c dbtopow~.c dbtorms~.c exp~.c ftom~.c hradio.c hsl.c log~.c mtof~.c nbx.c powtodb~.c pow~.c print.c rmstodb~.c rsqrt~.c sqrt~.c tgl.c vradio.c vslider.c vu.c wrap~.c +SOURCES = abs~.c bng.c clip~.c cnv.c dbtopow~.c dbtorms~.c exp~.c ftom~.c hradio.c hsl.c log~.c mtof~.c nbx.c powtodb~.c pow~.c print.c qlist.c rmstodb~.c rsqrt~.c sqrt~.c textfile.c tgl.c vradio.c vslider.c vu.c wrap~.c # For objects that only build on certain platforms, add those to the SOURCES |