Allow creation of MIDI control points object tool.
[ardour.git] / libs / clearlooks-newer / wscript
index e0e5d5fb8a4f5b24a2e6f3e4dcda225480e6294a..6ef94e3afff6d5e2b2931684d5d21b38fda0b38d 100644 (file)
@@ -35,7 +35,7 @@ def build(bld):
     obj.target = 'clearlooks'
     obj.uselib = 'GTK'
     obj.includes = '.'
-    obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3', 'engines')
+    obj.install_path = os.path.join(bld.env['LIBDIR'], 'engines')
     autowaf.ensure_visible_symbols (obj, True)
 
     if sys.platform == 'darwin':