浏览代码

makefile: xmlops added to the excluded list

Not compiled by default because it depends on libxml2.
Andrei Pelinescu-Onciul 15 年之前
父节点
当前提交
755251d759
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -294,6 +294,8 @@ else
 	exclude_modules+= app_lua
 	# depends on libpython-dev
 	exclude_modules+= app_python
+	# depends on libxml2
+	exclude_modules+= xmlops
 endif
 
 # always exclude the CVS dir