From f293da6bc4f0f631c086d35666e3e8bfef19b8f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Jan 2011 21:23:14 +0000 Subject: Rewrite with UI/engine split. Note some things aren't quite working right again yet... git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2821 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/wscript') diff --git a/src/gui/wscript b/src/gui/wscript index 634971e..2e0aa23 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -11,11 +11,11 @@ def build(bld): NodeView.cpp ''' - obj.includes = ['.', '../..', '../engine'] + obj.includes = ['.', '..', '../..', '../engine'] obj.export_includes = ['.'] obj.name = 'libmachina_gui' obj.target = 'machina_gui' - obj.use = 'libmachina_engine' + obj.use = 'libmachina_engine libmachina_client' autowaf.use_lib(bld, obj, ''' FLOWCANVAS GLADEMM -- cgit v1.2.1