summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index e880366..f85f2a3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -16,6 +16,7 @@ else:
env.ParseConfig('pkg-config --cflags --libs glib-2.0')
env.ParseConfig('pkg-config --cflags --libs gio-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'))