summaryrefslogtreecommitdiff
path: root/test/source/cpp/makefile.mk
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-07-07 16:25:37 +0200
committersb <sb@openoffice.org>2010-07-07 16:25:37 +0200
commit4699a135a27314e126ddbaa6d7d8e010d39c8aa5 (patch)
treef8ce2f86419e02982f00d8079d8876c4d3333bc9 /test/source/cpp/makefile.mk
parent721b8bb191c6180db1dafcef15492b3bdd063dae (diff)
sb126: #i111184# introduced test::uniquePipeName
Diffstat (limited to 'test/source/cpp/makefile.mk')
-rw-r--r--test/source/cpp/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/source/cpp/makefile.mk b/test/source/cpp/makefile.mk
index 8494bd4aaa05..bb570cd2cc97 100644
--- a/test/source/cpp/makefile.mk
+++ b/test/source/cpp/makefile.mk
@@ -38,7 +38,8 @@ CFLAGSCXX += $(CPPUNIT_CFLAGS)
SLOFILES = \
$(SLO)/getargument.obj \
$(SLO)/officeconnection.obj \
- $(SLO)/toabsolutefileurl.obj
+ $(SLO)/toabsolutefileurl.obj \
+ $(SLO)/uniquepipename.obj
SHL1IMPLIB = i$(SHL1TARGET)
SHL1OBJS = $(SLOFILES)