summaryrefslogtreecommitdiffstats
path: root/src/client/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-17 20:40:48 +0000
committerDavid Robillard <d@drobilla.net>2011-02-17 20:40:48 +0000
commit8ecf0ff34b126f56dd06d6febf7046c0e98fb87e (patch)
tree8def815f7a24417148313f304bc6ad2051983056 /src/client/wscript
parente668b8c846175f90cf22b456c5e5a4cc85410da4 (diff)
downloadingen-8ecf0ff34b126f56dd06d6febf7046c0e98fb87e.tar.gz
ingen-8ecf0ff34b126f56dd06d6febf7046c0e98fb87e.tar.bz2
ingen-8ecf0ff34b126f56dd06d6febf7046c0e98fb87e.zip
Remove deprecated Om patch loading code (resolve ticket #32).
Om patch loading is better achieved with a script than trying to maintain this functionality in ingen (and the associated dead code maintenance and protocol headaches). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2984 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/wscript')
-rw-r--r--src/client/wscript5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/wscript b/src/client/wscript
index 2ab0be44..0cba8a8e 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -24,9 +24,6 @@ def build(bld):
HTTPEngineSender.cpp
'''
- if bld.env['HAVE_XML2'] == 1:
- obj.source += ' DeprecatedLoader.cpp '
-
if bld.env['HAVE_LIBLO'] == 1:
obj.source += ' OSCClientReceiver.cpp OSCEngineSender.cpp '
@@ -36,5 +33,5 @@ def build(bld):
obj.target = 'ingen_client'
obj.install_path = '${LIBDIR}'
obj.use = 'libingen_shared'
- autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL SORD SOUP XML2 SIGCPP LIBLO SOUP')
+ autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL SORD SOUP SIGCPP LIBLO SOUP')