diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 15:48:07 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:56:10 -0500 |
commit | e619136503ebb5b16171213a1ecb7f8887b2946f (patch) | |
tree | 74f5a73d223f9a8beed237569fa76cbba3f26d61 /sw | |
parent | 109342a308b43d44447f59c643f8874aaf8dba57 (diff) |
finally, gut the vos module out of the build
Diffstat (limited to 'sw')
-rw-r--r-- | sw/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 72f2420da8..3ad3fc0ab9 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -114,7 +114,7 @@ SHL1STDLIBS+= \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - $(VOSLIB) \ + \ $(SALLIB) \ $(SALHELPERLIB) \ $(ICUUCLIB) \ |