summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-08-13 02:00:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-08-13 02:00:46 +0000
commitd936bdb3a8e55d26a238376d4b99f56ebeb582b1 (patch)
tree94f3f382dd9b2f6b53f094c0f0efe44e512cc4b4 /gtk2_ardour/wscript
parent5ecf08a3076634df3b170176f38d31894716ef94 (diff)
only the last step-edited note remains selected after each note addition; waf install will install step_editing.bindings in the right place (i think)
git-svn-id: svn://localhost/ardour2/branches/3.0@7612 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/wscript')
-rw-r--r--gtk2_ardour/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index 9a4b90bfbb..307ebe371e 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -448,6 +448,9 @@ def build(bld):
)
obj.install_path = os.path.join(bld.env['CONFIGDIR'], 'ardour3')
+ # not modified at present
+ bld.install_files(os.path.join(bld.env['CONFIGDIR'], 'ardour3'), 'step_editing.bindings')
+
# Icons/Images
bld.install_files('${DATADIR}/ardour3/icons', 'icons/*.png')
bld.install_files('${DATADIR}/ardour3/pixmaps', 'pixmaps/*.xpm')