From 5e09c3e596c1b0860a996cf8f6023b43d5286a4a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 20 Oct 2008 00:25:32 +0000 Subject: Actually use installation location variables for everything. Add ./waf configure --build which builds a (soon-to-be) relocatable independent bundle with all data/progs/libs in it (OSX bundle directory structure, should be possible to make a 'real' OSX bundle out of this...). Fix include paths to use "" and definitely build against local versions of libraries. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1689 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared') diff --git a/src/shared/wscript b/src/shared/wscript index 9820c150..d7512559 100644 --- a/src/shared/wscript +++ b/src/shared/wscript @@ -17,5 +17,6 @@ def build(bld): obj.name = 'libingen_shared' obj.target = 'ingen_shared' obj.vnum = '0.0.0' + obj.inst_dir = bld.env()['LIBDIRNAME'] autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL REDLANDMM') -- cgit v1.2.1