diff options
author | Pierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com> | 2012-07-09 11:52:50 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-10 18:45:35 +0200 |
commit | 7d7b41cf12a7026ea583e34dbb31196a884db65b (patch) | |
tree | 2f14ab9fce6fd13fb23ee21f49e6f7cb9f9093ec /desktop/Executable_oosplash.mk | |
parent | 88da060b47b46da506a6760f7b24cd95cfc6a8f6 (diff) |
solaris/intel: update .mk files to fix build errors
Change-Id: Iba306cde71eb5efeed29a4a44cefa19a47bac84b
Diffstat (limited to 'desktop/Executable_oosplash.mk')
-rw-r--r-- | desktop/Executable_oosplash.mk | 4 |
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 |