diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-05-04 07:19:03 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-05-04 07:19:03 +0000 |
commit | f9d13935504b8b09a9f1dc345a62f3c88981e53b (patch) | |
tree | bbe4050ef02bc94c71f917ac1d2a55c6d67e87b5 /sfx2 | |
parent | 98eeb60f5cd12aca3692274370c3d2c319b367e0 (diff) |
use framework callback for images
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index 7a27604f2008..63ca7673d94c 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: pb $ $Date: 2001-04-11 09:29:15 $ +# last change: $Author: mba $ $Date: 2001-05-04 08:19:03 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -128,6 +128,7 @@ SHL1IMPLIB= isfx SHL1STDLIBS+=\ + $(FWELIB) \ $(AUTOMATIONLIB) \ $(BASICLIB) \ $(VOSLIB) \ |