diff options
author | David Robillard <d@drobilla.net> | 2011-10-22 03:13:45 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-22 03:13:45 +0000 |
commit | d9e8e65328406f10de9f272572d4bee0732a7b3c (patch) | |
tree | dbd4e8d0bbff0bceb8316aef0d140b3e730ec705 /src/gui/wscript | |
parent | ac1d6d135bda8d739fdb8bf564f89c38b664c097 (diff) | |
download | ingen-d9e8e65328406f10de9f272572d4bee0732a7b3c.tar.gz ingen-d9e8e65328406f10de9f272572d4bee0732a7b3c.tar.bz2 ingen-d9e8e65328406f10de9f272572d4bee0732a7b3c.zip |
Remove remote patch stuff (doesn't work anyway).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3585 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/wscript')
-rw-r--r-- | src/gui/wscript | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/wscript b/src/gui/wscript index a44b0b66..642148b1 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -11,7 +11,6 @@ def build(bld): install_path = '${LIBDIR}', use = 'libingen_shared libingen_client libingen_serialisation') autowaf.use_lib(bld, obj, ''' - CURL FLOWCANVAS GLADEMM GLIBMM @@ -37,7 +36,6 @@ def build(bld): Controls.cpp LoadPatchWindow.cpp LoadPluginWindow.cpp - LoadRemotePatchWindow.cpp MessagesWindow.cpp NewSubpatchWindow.cpp NodeControlWindow.cpp @@ -62,9 +60,6 @@ def build(bld): ingen_gui.cpp ''' - if bld.is_defined('HAVE_CURL'): - obj.source += 'UploadPatchWindow.cpp' - # XML UI definition bld(features = 'subst', source = 'ingen_gui.ui', |