diff options
author | Philipp Lohmann <Philipp.Lohmann@Sun.COM> | 2009-10-20 23:12:55 +0200 |
---|---|---|
committer | Philipp Lohmann <Philipp.Lohmann@Sun.COM> | 2009-10-20 23:12:55 +0200 |
commit | c86788a9514535d2868356b52fc0df4f444136d3 (patch) | |
tree | b96a426fc5aa300c2f62f2b5c68015c5593a4878 /shell/source/backends/kdebe | |
parent | 0d843e91c3a9afd2b566663156df992bfed04712 (diff) |
#i106113# update from shtylman and kendy (thanks !)
Diffstat (limited to 'shell/source/backends/kdebe')
-rw-r--r-- | shell/source/backends/kdebe/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/backends/kdebe/makefile.mk b/shell/source/backends/kdebe/makefile.mk index 8bc0b475be8e..6159be6be151 100644 --- a/shell/source/backends/kdebe/makefile.mk +++ b/shell/source/backends/kdebe/makefile.mk @@ -77,11 +77,11 @@ SHL1OBJS=$(SLOFILES) SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1IMPLIB=i$(SHL1TARGET) +SHL1LINKFLAGS+=$(KDE_LIBS) -lkio SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - $(SALLIB) \ - $(KDE_LIBS) -lkio + $(SALLIB) SHL1VERSIONMAP=exports.map SHL1DEF=$(MISC)$/$(SHL1TARGET).def |