diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-19 19:30:31 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-20 01:12:23 +0200 |
commit | 25e10370feb4d62b953c317169516737fe982a34 (patch) | |
tree | 1e63db91da7682cd72a84450d6657e55e823c7b0 /starmath/Library_sm.mk | |
parent | a3c01095c0bb8c37fd8ddb9ec7f4e2df5085a81a (diff) |
Link most libs and executables with gb_STDLIBS as presumably is intended
Diffstat (limited to 'starmath/Library_sm.mk')
-rw-r--r-- | starmath/Library_sm.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index c63aa5acc3d5..3ccf55210adb 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -59,6 +59,7 @@ $(eval $(call gb_Library_add_linked_libs,sm,\ utl \ vcl \ xo \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,sm,\ |