postprocess/packcomponents/makefile.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit 2fb005c2e0bbdc8b968ef07fa9dc0c6cfd6a43c1 Author: Michael Stahl <[email protected]> Date: Fri Nov 9 21:30:55 2012 +0100 more losessioninstall fixing Change-Id: If026dd160e2abe51470273115cbdd8b556ee9356 diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 27447e2..3d0a493 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -93,7 +93,6 @@ my_components = \ component/sot/util/sot \ component/starmath/util/sm \ component/starmath/util/smd \ - component/shell/source/sessioninstall/losessioninstall \ component/svl/source/fsstor/fsstorage \ component/svl/source/passwordcontainer/passwordcontainer \ component/svl/util/svl \ @@ -251,7 +250,9 @@ my_components += component/shell/source/backends/gconfbe/gconfbe1 .END .IF "$(ENABLE_GIO)" != "" -my_components += component/ucb/source/ucp/gio/ucpgio +my_components += \ + component/shell/source/sessioninstall/losessioninstall \ + component/ucb/source/ucp/gio/ucpgio .END .IF "$(ENABLE_GNOMEVFS)" != "" _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
