summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-16 01:16:34 +0000
committerDavid Robillard <d@drobilla.net>2011-03-16 01:16:34 +0000
commit495a596f673dec551783b166150d2fa3772198bd (patch)
tree2e8a392ee9aa98109a9b75caee76861d51d5a50b /src/client
parentefad19f9d41d21c8df1ebcb18c101227da642f02 (diff)
downloadingen-495a596f673dec551783b166150d2fa3772198bd.tar.gz
ingen-495a596f673dec551783b166150d2fa3772198bd.tar.bz2
ingen-495a596f673dec551783b166150d2fa3772198bd.zip
Update for new waf/autowaf.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3097 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client')
-rw-r--r--src/client/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/wscript b/src/client/wscript
index a5120d13..496c7219 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -18,13 +18,13 @@ def build(bld):
ingen_client.cpp
'''
- if bld.env['HAVE_SOUP'] == 1:
+ if bld.is_defined('HAVE_SOUP'):
obj.source += '''
HTTPClientReceiver.cpp
HTTPEngineSender.cpp
'''
- if bld.env['HAVE_LIBLO'] == 1:
+ if bld.is_defined('HAVE_LIBLO'):
obj.source += '''
OSCClientReceiver.cpp
OSCEngineSender.cpp