diff options
Diffstat (limited to 'bean/native/unix/makefile.mk')
-rw-r--r-- | bean/native/unix/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bean/native/unix/makefile.mk b/bean/native/unix/makefile.mk index 08c39e3783cf..464eb4293c5c 100644 --- a/bean/native/unix/makefile.mk +++ b/bean/native/unix/makefile.mk @@ -22,7 +22,8 @@ dummy: .ENDIF SLOFILES = \ - $(SLO)$/com_sun_star_comp_beans_LocalOfficeWindow.obj + $(SLO)$/com_sun_star_comp_beans_LocalOfficeWindow.obj \ + $(SLO)$/com_sun_star_beans_LocalOfficeWindow.obj SHL1TARGET=$(TARGET) SHL1LIBS= $(SLB)$/$(TARGET).lib |