summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-10-05 13:04:08 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-10-05 13:05:01 +0200
commit3b53c579ce298c8f2582323d5210a7aee3aac068 (patch)
tree4c78b78ad8f5f5db61a990b9d90eb1da7ac5086d /postprocess
parent9bb187006a42ee8b0dcb6fe47407752c7873f41b (diff)
Fix Windows build and enable CMIS inconditionally
Since the provider should now build everywhere, enable it inconditionally to catch minor problems
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk5
1 files changed, 1 insertions, 4 deletions
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