summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-08-07 18:06:20 +0200
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-08-07 18:06:20 +0200
commitef6cb67ff6f0549857408ea661acba5f298083e1 (patch)
tree0e532d3815e579f752e9fbd3df1a642eb7f56b66
parent475b9ceed3f64fb7c2ee23573513d7b54044940a (diff)
gnumake2: fixed linking against pathutils in extensions
-rw-r--r--extensions/source/nsplugin/source/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/nsplugin/source/makefile.mk b/extensions/source/nsplugin/source/makefile.mk
index 4f9be74348ab..5a0870b47194 100644
--- a/extensions/source/nsplugin/source/makefile.mk
+++ b/extensions/source/nsplugin/source/makefile.mk
@@ -77,7 +77,7 @@ SHL1STDLIBS+=$(SOLARLIBDIR)$/npunix.o
#.ENDIF #FREEBSD
.ENDIF #UNX
.IF "$(GUI)"=="WNT"
-SHL1OBJS+=$(SOLARLIBDIR)$/pathutils-slo.obj
+SHL1OBJS+=$(SOLARLIBDIR)$/pathutils-obj.obj
STDLIBS+=$(SOLARLIBDIR)$/npwin.obj
SHL1STDLIBS+= $(SHELL32LIB) $(SOLARLIBDIR)$/npwin.obj