diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-09 19:20:00 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-09 19:20:36 +0100 |
commit | 7b213e05a4f6aecd8b5388fb8fa8cec355302b07 (patch) | |
tree | bb02ace0976e0a3b071118b1a718684f020d04c1 /shell | |
parent | cfe101e31c16984d1061d8aa1d4cfdc07e33471f (diff) |
shell: explicitly linking gb_STDLIBS breaks the build now
Change-Id: If693e440327331ea007722ff575b8015d727e5bc
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Library_losessioninstall.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/Library_losessioninstall.mk b/shell/Library_losessioninstall.mk index eb5f1232e384..ebd98af264bd 100644 --- a/shell/Library_losessioninstall.mk +++ b/shell/Library_losessioninstall.mk @@ -21,7 +21,6 @@ $(eval $(call gb_Library_use_libraries,losessioninstall,\ cppu \ cppuhelper \ sal \ - $(gb_STDLIBS) \ )) ifeq ($(RTL_OS),Linux) |