summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-09-04 01:21:35 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-09-04 01:21:35 +0200
commitd7c16ed5027b806600fd65300cd32d813b69afca (patch)
treea143f4e297014e01c2dd95cf75cda7b2a466d43f
parent671966ae7bb69fc04952a8accaa52fae5e77d8bb (diff)
Renamed binary.
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 44efee8..31e4e5a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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