missing reference to salhelper in link of a mac driver due to vos removal
Thanks to Joseph Power for finding this.
This commit is contained in:
parent
1df23c08d4
commit
e87bb9323c
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,7 @@ SHL1STDLIBS=\
|
|||
$(CPPULIB) \
|
||||
$(CPPUHELPERLIB) \
|
||||
$(DBTOOLSLIB) \
|
||||
$(SALHELPERLIB) \
|
||||
$(SALLIB)
|
||||
|
||||
SHL1DEPN=
|
||||
|
@ -101,6 +102,7 @@ SHL2OBJS=$(SLO2FILES)
|
|||
SHL2STDLIBS=\
|
||||
$(CPPULIB) \
|
||||
$(CPPUHELPERLIB) \
|
||||
$(SALHELPERLIB) \
|
||||
$(SALLIB) \
|
||||
$(DBTOOLSLIB) \
|
||||
$(COMPHELPERLIB) \
|
||||
|
|
Loading…
Reference in a new issue