diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-24 20:45:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-24 20:47:55 +0000 |
commit | 83cfca7c9c0f3dee4966db2bebf7dcab9c48ff42 (patch) | |
tree | 0ba931b969c019dd0c6535b4574d71ce2b9d748b /configmgr/qa | |
parent | dbf407cfb039a4ea7ccd49a3728d2ab9860d9601 (diff) |
remove empty TESTSHL2LIB
Diffstat (limited to 'configmgr/qa')
-rw-r--r-- | configmgr/qa/unit/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/qa/unit/makefile.mk b/configmgr/qa/unit/makefile.mk index 25035d7e9dda..fdb82f172cb1 100644 --- a/configmgr/qa/unit/makefile.mk +++ b/configmgr/qa/unit/makefile.mk @@ -42,8 +42,8 @@ SHL1STDLIBS = \ $(CPPUHELPERLIB) \ $(CPPULIB) \ $(CPPUNITLIB) \ - $(SALLIB) \ - $(TESTSHL2LIB) + $(SALLIB) + SHL1TARGET = unit SHL1VERSIONMAP = version.map DEF1NAME = $(SHL1TARGET) |