diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-11 07:55:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-11 07:55:39 +0000 |
commit | 490a308ab74a8fbd50b6f60e0df5fbe8e290fb08 (patch) | |
tree | b50eec5d91bee121504ae983b2547e0776a68aeb /automation | |
parent | 2fe0edd1e462b427a7c2ba9a6e11809f1b03509a (diff) |
INTEGRATION: CWS gh13 (1.8.18); FILE MERGED
2007/01/31 09:36:48 gh 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED
2006/11/22 11:04:57 gh 1.8.18.1: #i22679# new commands to request webpages
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/automation/source/testtool/makefile.mk b/automation/source/testtool/makefile.mk index 67948a44e385..be6741ae3e94 100644 --- a/automation/source/testtool/makefile.mk +++ b/automation/source/testtool/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:37:49 $ +# last change: $Author: kz $ $Date: 2007-05-11 08:55:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,7 @@ OBJFILES = \ $(OBJ)$/objtest.obj \ $(OBJ)$/tcommuni.obj \ $(OBJ)$/comm_bas.obj \ + $(OBJ)$/httprequest.obj \ EXCEPTIONSFILES= \ |