From 90a9f162d45bb6d06231e0f25655d89bcb3e1c83 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Fri, 27 Apr 2012 16:27:44 +0200 Subject: [PATCH] ownCloud: Add neon include dir variable to the compile include dirs. --- modules/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 4436397b1..7db755552 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -62,6 +62,7 @@ install( endif (LIBSSH_FOUND) if (NEON_FOUND) + include_directories( ${NEON_INCLUDE_DIRS} ) macro_add_plugin(${OWNCLOUD_PLUGIN} csync_owncloud.c) target_link_libraries(${OWNCLOUD_PLUGIN} ${CSYNC_LIBRARY} ${NEON_LIBRARIES})