diff options
Diffstat (limited to 'soltools/adjustvisibility')
-rwxr-xr-x[-rw-r--r--] | soltools/adjustvisibility/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/soltools/adjustvisibility/makefile.mk b/soltools/adjustvisibility/makefile.mk index a4963b2eb071..d87eb9a89f07 100644..100755 --- a/soltools/adjustvisibility/makefile.mk +++ b/soltools/adjustvisibility/makefile.mk @@ -1,7 +1,7 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2008 by Sun Microsystems, Inc. # # OpenOffice.org - a multi-platform office productivity suite @@ -53,6 +53,8 @@ DEPOBJFILES = $(APP1OBJ) APP1STDLIBS = -lelf APP1RPATH = NONE +APP1STDLIBS+=-lstlport + .ENDIF "$(OS)"=="SOLARIS" # --- Targets ------------------------------------------------------ |