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