summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-26 03:24:05 +0000
committerDavid Robillard <d@drobilla.net>2009-02-26 03:24:05 +0000
commit906567d86794c10e92c34c40973a5d6a9eb733bb (patch)
tree476dc3e93cc1372763b189b4fb4f4de239550456 /SConstruct
parentb80aa1fa9d44be973eccf766718e38d9759ee39e (diff)
Use actually normal taglib headers (apparently it completely changes them on install. More idiotically layed out library tree, ever.).
Add symlinks to taglib source tree to mimick installed tree to avoid the copy thing. git-svn-id: svn://localhost/ardour2/branches/3.0@4674 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3b906a79f4..2d4651994d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1221,7 +1221,7 @@ else:
CPPPATH=['#libs', '#libs/soundtouch'])
libraries['taglib'] = LibraryInfo(LIBS='libtaglib',
LIBPATH='#libs/taglib',
- CPPPATH=['#libs/taglib/headers','#libs/taglib/headers/taglib'])
+ CPPPATH=['#libs/taglib', '#libs/taglib/taglib'])
# libraries['libglademm'] = LibraryInfo(LIBS='libglademm',
# LIBPATH='#libs/libglademm',
# CPPPATH='#libs/libglademm')