diff options
-rw-r--r-- | javaunohelper/util/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk index 028802588d2f..071d1f8a2ef0 100644 --- a/javaunohelper/util/makefile.mk +++ b/javaunohelper/util/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # # This file is part of OpenOffice.org. # @@ -39,7 +39,7 @@ TARGET = juh JARCLASSDIRS = com JARTARGET = $(TARGET).jar JARCOMPRESS = TRUE -JARCLASSPATH = $(JARFILES) +JARCLASSPATH = $(JARFILES) ../../lib/ ../bin/ CUSTOMMANIFESTFILE = manifest # Special work necessary for building java reference with javadoc. |