From 3b53c579ce298c8f2582323d5210a7aee3aac068 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Wed, 5 Oct 2011 13:04:08 +0200 Subject: Fix Windows build and enable CMIS inconditionally Since the provider should now build everywhere, enable it inconditionally to catch minor problems --- postprocess/packcomponents/makefile.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'postprocess/packcomponents') diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index ec4bc15aeed3..819d7d518b5b 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -168,6 +168,7 @@ my_components = \ ucphier1 \ ucppkg1 \ ucptdoc1 \ + ucpcmis1 \ .IF "$(BUILD_TYPE)" != "$(BUILD_TYPE:s/DESKTOP//)" my_components += \ @@ -221,10 +222,6 @@ my_components += gconfbe1 my_components += ucpgio .END -.IF "$(ENABLE_CMIS)" == "TRUE" -my_components += ucpcmis -.END - .IF "$(ENABLE_GNOMEVFS)" != "" my_components += ucpgvfs .END -- cgit