summaryrefslogtreecommitdiff
path: root/sfx2/Library_sfx.mk
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2013-07-31 20:43:18 +0200
committerJan Holesovsky <kendy@suse.cz>2013-08-06 19:56:29 +0200
commitb60f6da2e13706dddc42d1045af95ad633e1829f (patch)
tree2a78225ccc56e20da6c7264aa1a981e6dd647e69 /sfx2/Library_sfx.mk
parenta9770af052e5c3d9de893ef84c608479c03f06a7 (diff)
startcenter: Move BackingComp & BackingWindow to sfx2
BackingWindow will use ThumbnailView from sfx2 and it had to be moved to avoid a circular dependency Change-Id: I33a5982ed9e51307476c837f3f534ded7ed38ee0
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r--sfx2/Library_sfx.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index 52660b77b158..1c5f507300b8 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -129,6 +129,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/config/evntconf \
sfx2/source/control/bindings \
sfx2/source/control/ctrlitem \
+ sfx2/source/control/droptargetlistener \
sfx2/source/control/minfitem \
sfx2/source/control/msg \
sfx2/source/control/msgpool \
@@ -150,6 +151,8 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/control/thumbnailview \
sfx2/source/control/unoctitm \
sfx2/source/dialog/alienwarn \
+ sfx2/source/dialog/backingcomp \
+ sfx2/source/dialog/backingwindow \
sfx2/source/dialog/basedlgs \
sfx2/source/dialog/checkin \
sfx2/source/dialog/dialoghelper \