diff options
Diffstat (limited to 'bean')
-rw-r--r-- | bean/com/sun/star/comp/beans/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bean/com/sun/star/comp/beans/makefile.mk b/bean/com/sun/star/comp/beans/makefile.mk index e3d473b2e72b..3a4baf0055ed 100644 --- a/bean/com/sun/star/comp/beans/makefile.mk +++ b/bean/com/sun/star/comp/beans/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mi $ $Date: 2004-10-14 10:37:14 $ +# last change: $Author: vg $ $Date: 2005-03-23 08:59:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,7 +97,8 @@ JAVAFILES= \ OfficeWindow.java \ OOoBean.java \ SystemWindowException.java \ - Wrapper.java + Wrapper.java \ + CallWatchThread.java JAVACLASSFILES= $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) |