$OpenBSD: patch-tools_CMakeLists_txt,v 1.1 2017/01/14 11:19:04 zhuk Exp $
Unbreak build.
--- tools/CMakeLists.txt.orig	Thu Jan 12 19:39:43 2017
+++ tools/CMakeLists.txt	Thu Jan 12 19:39:48 2017
@@ -4,7 +4,7 @@ include_directories(
     ${CMAKE_BINARY_DIR}/kmymoney/payeeidentifier/ibanandbic
     ../kmymoney
     # Todo: this alkimia should not be needed here
-    ${LIBALKIMIA_INCLUDE_DIR}
+    ${LIBALKIMIA_INCLUDE_DIRS}
 )
 add_executable(xea2kmt xea2kmt.cpp)
 target_link_libraries(xea2kmt ${QT_QTCORE_LIBRARIES} ${QT_QTXMLPATTERNS_LIBRARIES} kmm_mymoney)
