diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-02 17:05:04 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-02 17:05:04 +0100 |
commit | 582eb5a368de1627164bc50e25f9eab8ae96e1a8 (patch) | |
tree | 753f5f1ac5b0aa5741d3b4f45b27d3f549fff153 /sot/Library_sot.mk | |
parent | 5785dee00e8fcfc135385fc847c01be5b5ee295f (diff) |
CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework
Diffstat (limited to 'sot/Library_sot.mk')
-rw-r--r-- | sot/Library_sot.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sot/Library_sot.mk b/sot/Library_sot.mk index 4a5c7ef4ce81..ef7d22c35081 100644 --- a/sot/Library_sot.mk +++ b/sot/Library_sot.mk @@ -53,7 +53,7 @@ $(eval $(call gb_Library_add_linked_libs,sot,\ ucbhelper \ stl \ utl \ - $(gb_StdLibs) \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,sot,\ @@ -78,12 +78,4 @@ $(eval $(call gb_Library_add_exception_objects,sot,\ sot/source/sdstor/unostorageholder \ )) -ifeq ($(OS),LINUX) -$(eval $(call gb_Library_add_linked_libs,sot,\ - dl \ - m \ - pthread \ -)) -endif - # vim: set noet sw=4 ts=4: |