summaryrefslogtreecommitdiffstats
path: root/jut/com/sun/star/tools/uno/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'jut/com/sun/star/tools/uno/makefile.mk')
-rw-r--r--jut/com/sun/star/tools/uno/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/jut/com/sun/star/tools/uno/makefile.mk b/jut/com/sun/star/tools/uno/makefile.mk
index 4cbac9693225..e8a8e60aba40 100644
--- a/jut/com/sun/star/tools/uno/makefile.mk
+++ b/jut/com/sun/star/tools/uno/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jsc $ $Date: 2000-11-08 12:54:32 $
+# last change: $Author: kr $ $Date: 2001-02-02 10:37:45 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,7 +74,8 @@ TARGET = com_sun_star_tools_uno
JAVACLASSFILES= \
$(CLASSDIR)$/$(PACKAGE)$/RegistryKey.class \
- $(CLASSDIR)$/$(PACKAGE)$/UnoApp.class
+ $(CLASSDIR)$/$(PACKAGE)$/UnoApp.class \
+ $(CLASSDIR)$/$(PACKAGE)$/RegComp.class
# --- Targets ------------------------------------------------------