diff options
-rw-r--r-- | sal/qa/osl/file/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sal/qa/osl/file/makefile.mk b/sal/qa/osl/file/makefile.mk index 8439cfb94ae6..87781f848a54 100644 --- a/sal/qa/osl/file/makefile.mk +++ b/sal/qa/osl/file/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2003-08-07 15:10:06 $ +# last change: $Author: kz $ $Date: 2003-11-18 16:38:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -102,3 +102,4 @@ SLOFILES=$(SHL1OBJS) # --- Targets ------------------------------------------------------ .INCLUDE : target.mk +.INCLUDE : _cppunit.mk |