summaryrefslogtreecommitdiff
path: root/libs/audiographer
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-29 23:24:55 +0000
committerDavid Robillard <d@drobilla.net>2011-09-29 23:24:55 +0000
commit1c7cb97d852ff20fc0483f97020c07f82d8cc617 (patch)
tree6fee615fde1b8c96ee12940eb18084367a4887db /libs/audiographer
parent31bbc76319c01b5a6eb6a70acb02a8e093fc0443 (diff)
Fix installation globs
git-svn-id: svn://localhost/ardour2/branches/3.0@10168 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/audiographer')
-rw-r--r--libs/audiographer/wscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript
index de22a73a37..172f3b13b7 100644
--- a/libs/audiographer/wscript
+++ b/libs/audiographer/wscript
@@ -44,10 +44,10 @@ def configure(conf):
def build(bld):
# Headers
- #bld.install_files('${INCLUDEDIR}/audiographer', 'audiographer/*.h')
- #bld.install_files('${INCLUDEDIR}/audiographer/general', 'audiographer/general/*.h')
- #bld.install_files('${INCLUDEDIR}/audiographer/sndfile', 'audiographer/sndfile/*.h')
- #bld.install_files('${INCLUDEDIR}/audiographer/utils', 'audiographer/utils/*.h')
+ #bld.install_files('${INCLUDEDIR}/audiographer', bld.path.ant_glob('audiographer/*.h'))
+ #bld.install_files('${INCLUDEDIR}/audiographer/general', bld.path.ant_glob('audiographer/general/*.h'))
+ #bld.install_files('${INCLUDEDIR}/audiographer/sndfile', bld.path.ant_glob('audiographer/sndfile/*.h'))
+ #bld.install_files('${INCLUDEDIR}/audiographer/utils', bld.path.ant_glob('audiographer/utils/*.h'))
#bld.env['BUILD_TESTS'] = True
bld.env['HAVE_ALL_GTHREAD'] = (bld.is_defined('HAVE_GLIB')