diff options
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/com/sun/star/comp/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/javaunohelper/com/sun/star/comp/makefile.mk b/javaunohelper/com/sun/star/comp/makefile.mk index a93bea61d826..c2fa6063a7b8 100644 --- a/javaunohelper/com/sun/star/comp/makefile.mk +++ b/javaunohelper/com/sun/star/comp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2006-12-01 17:04:26 $ +# last change: $Author: kz $ $Date: 2006-12-14 15:02:34 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,7 @@ TARGET = com_sun_star_comp .INCLUDE: $(PRJ)$/util$/settings.pmk # --- Files -------------------------------------------------------- -JARFILES = ridl.jar jurt.jar +JARFILES = ridl.jar jurt.jar unoil.jar JAVAFILES= \ JavaUNOHelperServices.java |