summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2011-10-03 00:12:42 +0200
committerRene Engelhard <rene@debian.org>2011-10-03 00:12:42 +0200
commit4c97165615a795e1e43c6c440b1ed229caf7d63c (patch)
tree1e795ce790352ffc5517e47f737fb9005c31f9e8 /solenv
parentadd --with-system-libcmis (diff)
downloadcore-4c97165615a795e1e43c6c440b1ed229caf7d63c.tar.gz
core-4c97165615a795e1e43c6c440b1ed229caf7d63c.zip
fix some typos..., thanks matus
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/libs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index 9952bcb89093..1009c6fca205 100644
--- a/solenv/inc/libs.mk
+++ b/solenv/inc/libs.mk
@@ -249,7 +249,7 @@ REDLANDLIB=$(REDLAND_LIBS)
REDLANDLIB=-lrdf
.ENDIF
.IF "$(SYSTEM_LIBCMIS)"
-CMISLIB=$(CLIBMIS_LIBS)
+CMISLIB=$(LIBCMIS_LIBS)
.ELSE
CMISLIB=-lcmis-0.2
.ENDIF