summaryrefslogtreecommitdiff
path: root/toolkit/Library_tk.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-26 13:37:22 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-26 13:37:22 +0100
commitd2e5e59c6b28235a832cdc06480e30f0ed96b580 (patch)
tree6c5a38b6f8e07c017e5d4e63cf71b25ad8447d4c /toolkit/Library_tk.mk
parent5eb5c7221cc97416bc66c336f42b3afebf3b0995 (diff)
gnumake2: sorting all lists in makefiles
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r--toolkit/Library_tk.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk
index eadd87b77322..9d94c76314f1 100644
--- a/toolkit/Library_tk.mk
+++ b/toolkit/Library_tk.mk
@@ -50,17 +50,18 @@ $(eval $(call gb_Library_set_defs,tk,\
$(eval $(call gb_Library_add_linked_libs,tk,\
comphelper \
- stl \
- tl \
cppu \
cppuhelper \
sal \
+ stl \
+ tl \
utl \
vcl \
))
$(eval $(call gb_Library_add_exception_objects,tk,\
toolkit/source/awt/asynccallback \
+ toolkit/source/awt/stylesettings \
toolkit/source/awt/vclxaccessiblecomponent \
toolkit/source/awt/vclxbitmap \
toolkit/source/awt/vclxbutton \
@@ -86,7 +87,6 @@ $(eval $(call gb_Library_add_exception_objects,tk,\
toolkit/source/awt/vclxwindow \
toolkit/source/awt/vclxwindow1 \
toolkit/source/awt/vclxwindows \
- toolkit/source/awt/stylesettings \
toolkit/source/awt/xsimpleanimation \
toolkit/source/awt/xthrobber \
toolkit/source/controls/accessiblecontrolcontext \