diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/makefile.mk | 2 | ||||
-rw-r--r-- | sdext/source/presenter/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/makefile.mk b/sdext/source/pdfimport/makefile.mk index 64fc1af2feb0..9262ef654dff 100644 --- a/sdext/source/pdfimport/makefile.mk +++ b/sdext/source/pdfimport/makefile.mk @@ -58,7 +58,7 @@ SLOFILES=\ $(SLO)$/services.obj SHL1DLLPRE= -SHL1TARGET=$(TARGET).uno +SHL1TARGET=$(ENFORCEDSHLPREFIX)$(TARGET).uno SHL1LIBS=\ $(SLB)$/pdfmisc.lib \ diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk index a085439a4db9..e1d15a51636a 100644 --- a/sdext/source/presenter/makefile.mk +++ b/sdext/source/presenter/makefile.mk @@ -99,7 +99,7 @@ SLOFILES= \ # --- Library ----------------------------------- -SHL1TARGET= $(TARGET).uno +SHL1TARGET=$(ENFORCEDSHLPREFIX)$(TARGET).uno SHL1STDLIBS= $(CPPUHELPERLIB) \ $(CPPULIB) \ |