summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bindings/Client.hpp6
-rw-r--r--src/libs/client/Makefile.am12
2 files changed, 10 insertions, 8 deletions
diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp
index e098e4ef..eb772524 100644
--- a/src/bindings/Client.hpp
+++ b/src/bindings/Client.hpp
@@ -45,10 +45,8 @@ public:
virtual void new_patch(const std::string& path, uint32_t poly) {}
- virtual void new_node(const std::string& plugin_uri,
- const std::string& node_path,
- bool is_polyphonic,
- uint32_t num_ports) {}
+ virtual void new_node(const std::string& path,
+ const std::string& plugin_uri) {}
virtual void new_port(const std::string& path,
uint32_t index,
diff --git a/src/libs/client/Makefile.am b/src/libs/client/Makefile.am
index 565c94cf..4af7c243 100644
--- a/src/libs/client/Makefile.am
+++ b/src/libs/client/Makefile.am
@@ -35,10 +35,6 @@ libingen_client_la_SOURCES = \
ConnectionModel.hpp \
DeprecatedLoader.cpp \
DeprecatedLoader.hpp \
- HTTPClientReceiver.cpp \
- HTTPClientReceiver.hpp \
- HTTPEngineSender.cpp \
- HTTPEngineSender.hpp \
NodeModel.cpp \
NodeModel.hpp \
OSCClientReceiver.cpp \
@@ -61,5 +57,13 @@ libingen_client_la_SOURCES = \
client.cpp \
client.hpp
+if WITH_SOUP
+libingen_client_la_SOURCES += \
+ HTTPClientReceiver.cpp \
+ HTTPClientReceiver.hpp \
+ HTTPEngineSender.cpp \
+ HTTPEngineSender.hpp
+endif
+
endif # BUILD_CLIENT_LIB