diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-01 10:23:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-01 10:23:43 +0000 |
commit | 0bafc38b53e170a148b6f1e346a070bd2d77fe3b (patch) | |
tree | e07a8242379506d140e7cee460e27eafba002b83 /tools/qa | |
parent | 0b87f5da53b0b4bb312be5a4127ed722dc2458e8 (diff) |
always build this tools cppunit test
Diffstat (limited to 'tools/qa')
-rw-r--r-- | tools/qa/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qa/makefile.mk b/tools/qa/makefile.mk index 167f08218228..67d8f621fabd 100644 --- a/tools/qa/makefile.mk +++ b/tools/qa/makefile.mk @@ -37,7 +37,7 @@ DLLPRE = # no leading "lib" on .so files SHL1TARGET = test_pathutils SHL1OBJS = $(SLO)$/test_pathutils.obj $(SLO)$/pathutils.obj -SHL1STDLIBS = $(CPPUNITLIB) $(SALLIB) $(TESTSHL2LIB) +SHL1STDLIBS = $(TOOLSLIB) $(CPPUNITLIB) $(SALLIB) SHL1VERSIONMAP = version.map SHL1IMPLIB = i$(SHL1TARGET) DEF1NAME = $(SHL1TARGET) |