diff options
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 27447e2961b9..3d0a4937db24 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)" != "" |