summaryrefslogtreecommitdiff
path: root/vcl/Executable_svpclient.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/Executable_svpclient.mk')
-rw-r--r--vcl/Executable_svpclient.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/Executable_svpclient.mk b/vcl/Executable_svpclient.mk
index 9f92ec55390c..3d92f2ebc481 100644
--- a/vcl/Executable_svpclient.mk
+++ b/vcl/Executable_svpclient.mk
@@ -31,6 +31,10 @@ $(eval $(call gb_Executable_use_libraries,svpclient,\
comphelper \
))
+ifeq ($(OS),HAIKU)
+$(eval $(call gb_Executable_add_libs,svpclient,-lnetwork))
+endif
+
$(eval $(call gb_Executable_add_exception_objects,svpclient,\
vcl/workben/svpclient \
))