diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ def build(bld): opts.moduledir = opts.moduledir or bld.env['PREFIX'] + 'lib/ingen' # Headers - for i in ['client', 'serialisation']: + for i in ['', 'client', 'serialisation']: bld.install_files('${INCLUDEDIR}/ingen/%s' % i, bld.path.ant_glob('include/ingen/%s/*' % i)) |