summaryrefslogtreecommitdiff
path: root/unotest/source/cpp/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unotest/source/cpp/makefile.mk')
-rw-r--r--unotest/source/cpp/makefile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/unotest/source/cpp/makefile.mk b/unotest/source/cpp/makefile.mk
index b28b1edb2b22..928a8b230681 100644
--- a/unotest/source/cpp/makefile.mk
+++ b/unotest/source/cpp/makefile.mk
@@ -38,6 +38,8 @@ CDEFS += -DOOO_DLLIMPLEMENTATION_UNOTEST
CFLAGSCXX += $(CPPUNIT_CFLAGS)
SLOFILES = \
+ $(SLO)/bootstrapfixturebase.obj \
+ $(SLO)/filters-test.obj \
$(SLO)/getargument.obj \
$(SLO)/gettestargument.obj \
$(SLO)/officeconnection.obj \
@@ -52,6 +54,7 @@ SHL1IMPLIB = i$(SHL1TARGET)
SHL1OBJS = $(SLOFILES)
SHL1RPATH = NONE
SHL1STDLIBS = \
+ $(COMPHELPERLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(CPPUNITLIB) \