diff options
-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= \ |