X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Fwscript;h=2fe2739741444d979341fb81fee215727ecd4cf7;hb=b91c7836deb4d99ec97ba5738293879edcc84bff;hp=0e4cd5d7f4f62dfa472611f2dfe5fbe7cba0faab;hpb=1745340c67d66d8dd92e5b3a377e935ed5eea973;p=ardour.git diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript index 0e4cd5d7f4..2fe2739741 100644 --- a/libs/audiographer/wscript +++ b/libs/audiographer/wscript @@ -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 = bld.env['LIBDIR'] if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):