diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-09-04 01:21:35 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-09-04 01:21:35 +0200 |
commit | d7c16ed5027b806600fd65300cd32d813b69afca (patch) | |
tree | a143f4e297014e01c2dd95cf75cda7b2a466d43f | |
parent | 671966ae7bb69fc04952a8accaa52fae5e77d8bb (diff) |
Renamed binary.
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,6 +19,6 @@ env.ParseConfig('pkg-config --cflags --libs gio-unix-2.0') env.ParseConfig('pkg-config --cflags --libs libmpg123') env.ParseConfig('pkg-config --cflags --libs id3tag') -env.Program('foo', Glob('*.c') + Glob('decoders/*.c') + Glob('encoders/*.c')) +env.Program('audistd', Glob('*.c') + Glob('decoders/*.c') + Glob('encoders/*.c')) # vim: syn=python |