diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-28 22:44:12 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-28 23:09:18 +0200 |
commit | 520c17a99092f4bd0c7de5e6e11e80eb21b2980e (patch) | |
tree | 2d072d31ff93af4706c15f0b5fd9f7595da7811a /solenv | |
parent | fd100f9cb3f62aa3c8778fdc72bf7d02926f0517 (diff) |
adapt make dev-install to unotest changes
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/libs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk index d6a8db249a9a..c6e89b99d70c 100644 --- a/solenv/inc/libs.mk +++ b/solenv/inc/libs.mk @@ -309,7 +309,7 @@ PYUNOLIB=-lpyuno LPSOLVELIB=-llpsolve55 SOFFICELIB=-lsofficeapp UNOPKGAPPLIB=-lunopkgapp -TESTLIB=-ltest +TESTLIB=-lunotest UNOTESTLIB=-lunotest XMLREADERLIB=-lxmlreader |