summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-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