summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-22 00:24:35 +0000
committerDavid Robillard <d@drobilla.net>2011-10-22 00:24:35 +0000
commit173e6ca1a2d8a44ad6f522f7083aa7d180ebb2b7 (patch)
tree5ebc87e7342703a046fa907bb8373742273656d1
parent14ab4dcff7f8461dfed27b6352249b683c1f4bae (diff)
downloadingen-173e6ca1a2d8a44ad6f522f7083aa7d180ebb2b7.tar.gz
ingen-173e6ca1a2d8a44ad6f522f7083aa7d180ebb2b7.tar.bz2
ingen-173e6ca1a2d8a44ad6f522f7083aa7d180ebb2b7.zip
Install shared headers.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3579 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 27b85e7e..b46db3d3 100644
--- a/wscript
+++ b/wscript
@@ -131,7 +131,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', 'shared']:
bld.install_files('${INCLUDEDIR}/ingen/%s' % i,
bld.path.ant_glob('include/ingen/%s/*' % i))