diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 15:49:51 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:39 -0500 |
commit | 9c108aee461192d4ff0ef05cc6bbc67554a9c354 (patch) | |
tree | d4b34cb1b759f1739decc5b43af0d0a31ff17a9d /bridges | |
parent | 8d9dd02ef318fd0c87e09ea24b6670becbcf78a1 (diff) |
Finally, gut the vos module out of the build
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/performance/makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bridges/test/performance/makefile.mk b/bridges/test/performance/makefile.mk index c987699f5..44f7ae3d4 100644 --- a/bridges/test/performance/makefile.mk +++ b/bridges/test/performance/makefile.mk @@ -53,7 +53,6 @@ APP1STDLIBS+= -lstdc++ APP1STDLIBS+= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ - $(VOSLIB) \ $(SALLIB) APP1DEF= $(MISC)$/$(APP1TARGET).def |