diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-26 13:37:22 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-26 13:37:22 +0100 |
commit | 1e3c61ddbb54a7bd0adc9fd1c147f646db19f6d2 (patch) | |
tree | 54eb5080403e586cbbc05a01e809c52ce024a908 /sfx2/Library_qstart.mk | |
parent | d851122a67d53e0a1d674ec518978bc7d04ef053 (diff) |
gnumake2: sorting all lists in makefiles
Diffstat (limited to 'sfx2/Library_qstart.mk')
-rwxr-xr-x | sfx2/Library_qstart.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/Library_qstart.mk b/sfx2/Library_qstart.mk index e6a6bc900201..6ed99271d353 100755 --- a/sfx2/Library_qstart.mk +++ b/sfx2/Library_qstart.mk @@ -58,7 +58,6 @@ $(eval $(call gb_Library_add_linked_libs,qstart_gtk,\ comphelper \ cppu \ cppuhelper \ - eggtray \ fwe \ i18nisolang1 \ sal \ @@ -75,12 +74,13 @@ $(eval $(call gb_Library_add_linked_libs,qstart_gtk,\ vcl \ vos3 \ xml2 \ + eggtray \ sfx \ )) $(eval $(call gb_Library_add_linked_system_libs,qstart_gtk,\ - icuuc \ dl \ + icuuc \ m \ pthread \ )) |