X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Faudiographer%2Fwscript;h=d7f4eda0d19669fcd64aca47b9e42fc912aef967;hb=058986f77b25685fe871bf5459da3f9c4ea03b5a;hp=0e4cd5d7f4f62dfa472611f2dfe5fbe7cba0faab;hpb=25a6296f865620d5013cd634e693f7179e7edc84;p=ardour.git diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript index 0e4cd5d7f4..d7f4eda0d1 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 = os.path.join(bld.env['LIBDIR']) if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):