diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 14:40:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 14:40:18 +0000 |
commit | c15605cd51b1efe2080e6f22b59dabfe26dc77e5 (patch) | |
tree | 6e92adcaf77b8284fed390995d05aca3844e74e3 /extensions/source/scanner | |
parent | 7d144ced7a0b2c48b78ac45b8fa9c68f8061f54d (diff) |
INTEGRATION: CWS draw8 (1.3.48); FILE MERGED
2003/03/18 18:45:05 thb 1.3.48.1: #107835# getProcessServiceFactory needs comphelper
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r-- | extensions/source/scanner/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/scanner/makefile.mk b/extensions/source/scanner/makefile.mk index a573f2fca0e6..e4d409ad3641 100644 --- a/extensions/source/scanner/makefile.mk +++ b/extensions/source/scanner/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: jbu $ $Date: 2002-10-01 08:35:05 $ +# last change: $Author: rt $ $Date: 2003-04-08 15:40:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -125,6 +125,7 @@ SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) SHL1STDLIBS=\ $(CPPULIB) \ $(CPPUHELPERLIB) \ + $(COMPHELPERLIB) \ $(VOSLIB) \ $(SALLIB) \ $(ONELIB) \ |