finish unfinished work at basing all install paths on the program name
[ardour.git] / libs / audiographer / wscript
index 0e4cd5d7f4f62dfa472611f2dfe5fbe7cba0faab..d7f4eda0d19669fcd64aca47b9e42fc912aef967 100644 (file)
@@ -82,7 +82,7 @@ def build(bld):
     audiographer.uselib         = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE'
     audiographer.use            = 'libpbd'
     audiographer.vnum           = AUDIOGRAPHER_LIB_VERSION
-    audiographer.install_path   = os.path.join(bld.env['LIBDIR'], 'ardour3')
+    audiographer.install_path   = os.path.join(bld.env['LIBDIR'])
 
 
     if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):