summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-01 20:24:57 -0400
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-01 20:24:57 -0400
commit0bcda87664af59e01f4e1048991e5cf752547556 (patch)
tree42c933953457cf94e14adc643ff11eae3753a69e /smoketestoo_native
parent0eae161aa3bd0a7abef6f9a5cf6afef171b09704 (diff)
fix smoketest linkage
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index cd801847d3a6..8c7d811a71f8 100755
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -42,7 +42,7 @@ SHL1IMPLIB = i$(SHL1TARGET)
SHL1TARGET = smoketest
SHL1OBJS = $(SLO)/smoketest.obj
SHL1RPATH = NONE
-SHL1STDLIBS = $(CPPUHELPERLIB) $(CPPULIB) $(CPPUNITLIB) $(SALLIB) $(TESTLIB)
+SHL1STDLIBS = $(CPPUHELPERLIB) $(CPPULIB) $(CPPUNITLIB) $(SALLIB) $(UNOTESTLIB)
SHL1USE_EXPORTS = name
DEF1NAME = $(SHL1TARGET)