diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:25:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:25:51 +0000 |
commit | fd37df363d9e0b8b8a6ced1f91e494fa814315a4 (patch) | |
tree | ca2ed13ef4ed0d5b630830a4ff9780a6e9d60ee1 /ucbhelper/util | |
parent | c37b5084a9de9976cddab8d91001202fa34a5344 (diff) |
INTEGRATION: CWS os2port02 (1.14.14); FILE MERGED
2007/10/04 19:45:14 ydario 1.14.14.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'ucbhelper/util')
-rw-r--r-- | ucbhelper/util/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk index 2704714f0ce8..35fa0ce4a4fc 100644 --- a/ucbhelper/util/makefile.mk +++ b/ucbhelper/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: ihi $ $Date: 2007-06-05 14:57:07 $ +# last change: $Author: hr $ $Date: 2007-11-02 12:25:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,9 @@ LIB1FILES= $(SLB)$/client.lib \ $(SLB)$/provider.lib SHL1TARGET= $(TARGET)$(UCBHELPER_MAJOR)$(COMID) +.IF "$(GUI)" == "OS2" +SHL1TARGET= ucbh$(UCBHELPER_MAJOR) +.ENDIF SHL1STDLIBS = \ $(CPPUHELPERLIB) \ $(CPPULIB) \ |