diff --git a/connectivity/qa/drivers/dbase/makefile.mk b/connectivity/qa/drivers/dbase/makefile.mk index 4532d17acba3..f16ee60701a5 100644 --- a/connectivity/qa/drivers/dbase/makefile.mk +++ b/connectivity/qa/drivers/dbase/makefile.mk @@ -3,9 +3,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Date: 2004-07-23 14:28:53 $ +# last change: $Date: 2005-03-10 15:16:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,7 +73,12 @@ PACKAGE = complex$/connectivity #----- compile .java files ----------------------------------------- JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar -JAVAFILES = $(shell $(FIND) .$/*.java) +JAVAFILES =\ + DBaseDateFunctions.java\ + DBaseDriverTest.java\ + DBaseNumericFunctions.java\ + DBaseStringFunctions.java + JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) #----- make a jar from compiled files ------------------------------