diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-20 09:08:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-20 09:08:08 +0000 |
commit | bb97ec25f4b270a2828817706ea3372f3aff5a14 (patch) | |
tree | 37ce9ee4bad79fbe292f96ccea5b802af2057fc4 /psprint | |
parent | 01cf481111436df2cc3f01d1c57cc4348fc037ef (diff) |
INTEGRATION: CWS compmetric (1.17.2); FILE MERGED
2007/05/09 12:13:59 pl 1.17.2.1: #146890# backwards compatibility service for metrics
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/psprint/util/makefile.mk b/psprint/util/makefile.mk index e1400898d899..cb6518a3d42d 100644 --- a/psprint/util/makefile.mk +++ b/psprint/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: vg $ $Date: 2007-05-25 10:47:50 $ +# last change: $Author: kz $ $Date: 2007-06-20 10:08:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -77,6 +77,8 @@ SHL1VERSIONMAP=libpsp_linux.map SHL1STDLIBS=$(UNOTOOLSLIB) \ $(I18NISOLANGLIB) \ $(TOOLSLIB) \ + $(COMPHELPERLIB) \ + $(CPPULIB) \ $(SALLIB) \ -lX11 .IF "$(SOLAR_JAVA)"!="" |