diff options
author | David Tardon <dtardon@redhat.com> | 2011-02-07 17:14:08 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-02-07 17:14:08 +0100 |
commit | 6f0722eddf0048723aec28ae607c8c42784d81cb (patch) | |
tree | 9c8af98d2b621855418d1b0f6fff86b3952f2cdb /comphelper/qa | |
parent | d73b93915d725a0412fc9fe2e6f3f15ca1c0d373 (diff) |
TESTSHL2LIB does not exist anymore
Diffstat (limited to 'comphelper/qa')
-rw-r--r-- | comphelper/qa/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/qa/makefile.mk b/comphelper/qa/makefile.mk index 9d68caa549ee..972b0a87e0b5 100644 --- a/comphelper/qa/makefile.mk +++ b/comphelper/qa/makefile.mk @@ -41,7 +41,7 @@ INCPRE += $(MISC)$/$(TARGET)$/inc SHL1TARGET = $(TARGET)_weakbag SHL1OBJS = $(SLO)$/test_weakbag.obj $(SLO)$/test_string.obj -SHL1STDLIBS = $(CPPUHELPERLIB) $(CPPULIB) $(CPPUNITLIB) $(TESTSHL2LIB) $(SALLIB) $(COMPHELPERLIB) +SHL1STDLIBS = $(CPPUHELPERLIB) $(CPPULIB) $(CPPUNITLIB) $(SALLIB) $(COMPHELPERLIB) SHL1VERSIONMAP = version.map SHL1IMPLIB = i$(SHL1TARGET) DEF1NAME = $(SHL1TARGET) |