diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-04-29 11:30:36 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-04-29 11:30:36 +0000 |
commit | 03973b8b8028913677343ab7be0882182a9a9d68 (patch) | |
tree | dd390d83058bd900811e2f83a5bc822ae0233c65 /goodies | |
parent | 626cee54ebe9c499ab38d8010fa6910c4eb0c701 (diff) |
#i10000# build fix
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/ipbm/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/goodies/source/filter.vcl/ipbm/makefile.mk b/goodies/source/filter.vcl/ipbm/makefile.mk index b54a09f383ce..1ef6fe0fd33b 100644 --- a/goodies/source/filter.vcl/ipbm/makefile.mk +++ b/goodies/source/filter.vcl/ipbm/makefile.mk @@ -51,7 +51,7 @@ SLOFILES = $(SLO)$/ipbm.obj SHL1TARGET= ipb$(DLLPOSTFIX) SHL1IMPLIB= ipbm -SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB) +SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB) $(SALLIB) SHL1LIBS= $(SLB)$/ipbm.lib .IF "$(GUI)" != "UNX" |