summaryrefslogtreecommitdiffstats
path: root/fpicker/Library_fps_office.mk
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-05-03 16:55:22 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-05-04 12:19:26 +0200
commite00e06ce4306e8e9e0b76e0b641c001734186347 (patch)
tree6838914a0afad71832a328d8cb9218dff9bb38b1 /fpicker/Library_fps_office.mk
parentoox: fix up doxygen syntax in oox/vml/vmldrawing.hxx (diff)
downloadcore-e00e06ce4306e8e9e0b76e0b641c001734186347.tar.gz
core-e00e06ce4306e8e9e0b76e0b641c001734186347.zip
fpicker: make the place edition dialog working
Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d
Diffstat (limited to 'fpicker/Library_fps_office.mk')
-rw-r--r--fpicker/Library_fps_office.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/fpicker/Library_fps_office.mk b/fpicker/Library_fps_office.mk
index af5bc1b1265a..b9c94146b976 100644
--- a/fpicker/Library_fps_office.mk
+++ b/fpicker/Library_fps_office.mk
@@ -34,6 +34,11 @@ $(eval $(call gb_Library_use_api,fps_office,\
udkapi \
))
+$(eval $(call gb_Library_set_include,fps_office,\
+ $$(INCLUDE) \
+ -I$(SRCDIR)/fpicker/inc \
+))
+
$(eval $(call gb_Library_use_libraries,fps_office,\
comphelper \
cppu \
@@ -62,6 +67,7 @@ $(eval $(call gb_Library_add_exception_objects,fps_office,\
fpicker/source/office/OfficeFolderPicker \
fpicker/source/office/PlaceEditDialog \
fpicker/source/office/PlacesListBox \
+ fpicker/source/office/ServerDetailsControls \
))
# vim: set noet sw=4 ts=4: