From 058986f77b25685fe871bf5459da3f9c4ea03b5a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 28 Apr 2014 21:11:08 -0400 Subject: finish unfinished work at basing all install paths on the program name --- libs/evoral/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/evoral/wscript') diff --git a/libs/evoral/wscript b/libs/evoral/wscript index 55c03fcdf5..cdfa057355 100644 --- a/libs/evoral/wscript +++ b/libs/evoral/wscript @@ -73,7 +73,7 @@ def build(bld): libsmf.uselib = 'GLIB' libsmf.cxxflags = [ '-fPIC' ] libsmf.cflags = [ '-fPIC' ] - libsmf.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3') + libsmf.install_path = os.path.join(bld.env['LIBDIR']) lib_source = ''' src/Control.cpp @@ -108,7 +108,7 @@ def build(bld): obj.uselib = 'GLIBMM GTHREAD SMF' obj.use = 'libsmf libpbd' obj.vnum = EVORAL_LIB_VERSION - obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3') + obj.install_path = bld.env['LIBDIR'] obj.defines += [ 'PACKAGE="libevoral"', 'EVORAL_MIDI_XML=1' ] if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'): -- cgit v1.2.3