diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-09 21:30:55 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-09 21:30:55 +0100 |
commit | 2fb005c2e0bbdc8b968ef07fa9dc0c6cfd6a43c1 (patch) | |
tree | 950f8887e6be24fcb041e148c7f35db085da1af3 /postprocess | |
parent | 2154fca1fb30dc4b26cac8a98c27d51c78ff6a8f (diff) |
more losessioninstall fixing
Change-Id: If026dd160e2abe51470273115cbdd8b556ee9356
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)" != "" |