summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com>2012-07-09 11:52:50 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-10 18:45:35 +0200
commit7d7b41cf12a7026ea583e34dbb31196a884db65b (patch)
tree2f14ab9fce6fd13fb23ee21f49e6f7cb9f9093ec /desktop
parent88da060b47b46da506a6760f7b24cd95cfc6a8f6 (diff)
solaris/intel: update .mk files to fix build errors
Change-Id: Iba306cde71eb5efeed29a4a44cefa19a47bac84b
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Executable_oosplash.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Executable_oosplash.mk b/desktop/Executable_oosplash.mk
index a75f11adc795..a4451f3d4325 100644
--- a/desktop/Executable_oosplash.mk
+++ b/desktop/Executable_oosplash.mk
@@ -80,8 +80,8 @@ endif
ifeq ($(OS),SOLARIS)
-$(eval $(call gb_Executable_use_libraries,oosplash,\
- socket \
+$(eval $(call gb_Executable_add_libs,oosplash,\
+ -lsocket \
))
endif