소스 검색

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