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 | 014e66ceba7764c93c401dbbe2145233cbcaa1ea (patch) | |
tree | 14bd9bba1eb0e39662fadf10cba04d3a0d3afff6 | |
parent | d441fa1f8cc0a17a2bc166bf2f2a44f76b83a773 (diff) |
Finally, gut the vos module out of the build
-rw-r--r-- | bridges/test/performance/makefile.mk | 1 | ||||
-rw-r--r-- | remotebridges/examples/makefile.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bridges/test/performance/makefile.mk b/bridges/test/performance/makefile.mk index c987699f5bd9..44f7ae3d4414 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 diff --git a/remotebridges/examples/makefile.mk b/remotebridges/examples/makefile.mk index 64b948d66651..ec268788b3fe 100644 --- a/remotebridges/examples/makefile.mk +++ b/remotebridges/examples/makefile.mk @@ -43,7 +43,6 @@ SHL1TARGET= officeclientsample SHL1STDLIBS= \ $(SALLIB) \ - $(VOSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) |