diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 15:41:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 15:41:14 +0000 |
commit | 7da23ad07da0ad648e91609c5c6c1f2358bd8e7d (patch) | |
tree | dc3b72984941bbddb0f3d984e41f17134547282d /dtrans | |
parent | 346074ec5407101723a3c77a0586abe3de924efc (diff) |
INTEGRATION: CWS vcl28 (1.9.44); FILE MERGED
2004/09/27 14:07:22 pl 1.9.44.1: #i34684# make selection timeout configurable
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/X11/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dtrans/source/X11/makefile.mk b/dtrans/source/X11/makefile.mk index 65d9732c0e29..4785882334de 100644 --- a/dtrans/source/X11/makefile.mk +++ b/dtrans/source/X11/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hjs $ $Date: 2003-08-18 14:45:53 $ +# last change: $Author: hr $ $Date: 2004-11-09 16:41:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -96,7 +96,8 @@ SLOFILES=\ $(SLO)$/X11_selection.obj \ $(SLO)$/X11_droptarget.obj \ $(SLO)$/X11_service.obj \ - $(SLO)$/bmp.obj + $(SLO)$/bmp.obj \ + $(SLO)$/config.obj SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) @@ -107,6 +108,7 @@ SHL1STDLIBS= $(CPPUHELPERLIB) .ENDIF SHL1STDLIBS+= \ + $(UNOTOOLSLIB) \ $(CPPULIB) \ $(SALLIB) \ -lX11 |