diff options
author | Oliver Braun <obr@openoffice.org> | 2001-02-22 11:24:51 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2001-02-22 11:24:51 +0000 |
commit | dbf0d14f0c2d2487faea8527535c652d2101b084 (patch) | |
tree | 8a77025e0a890e67f01efbe81a6111e00fd47d46 /vcl/util | |
parent | ee6f373993c1e4e04c3734beabd073d30a319b7f (diff) |
added filter for DND files
Diffstat (limited to 'vcl/util')
-rw-r--r-- | vcl/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/util/makefile.mk b/vcl/util/makefile.mk index d4c27a0dc343..9e2782eb5b34 100644 --- a/vcl/util/makefile.mk +++ b/vcl/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: hjs $ $Date: 2001-02-20 14:52:23 $ +# last change: $Author: obr $ $Date: 2001-02-22 12:24:51 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -641,6 +641,8 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo RmBitmap>> $@ @echo RmSound>> $@ @echo __CT>> $@ + @echo DNDEventDispatcher>> $@ + @echo DNDListenerContainer>> $@ # --- Targets ------------------------------------------------------------ |