Enable CMIS only when it's TRUEly enabled.

This commit is contained in:
Thorsten Behrens
2011-10-05 09:13:08 +02:00
parent a65b149803
commit 02f7ab6af0

View File

@@ -221,7 +221,7 @@ my_components += gconfbe1
my_components += ucpgio
.END
.IF "$(ENABLE_CMIS)" != ""
.IF "$(ENABLE_CMIS)" == "TRUE"
my_components += ucpcmis
.END