From a1abb2f3398730f13a0704133ee1e52b4b6561a9 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Sun, 8 May 2016 22:43:44 +0300 Subject: registry: working prototype with load/save --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c42a9138c..967df77e24 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ set(APPS_PLUGIN_SOURCE_FILES include_directories(AFTER .) -add_definitions(-DHAVE_CONFIG_H -DNETDATA_INTERNAL_CHECKS=1 -DCACHE_DIR="/tmp" -DCONFIG_DIR="/tmp" -DLOG_DIR="/tmp" -DPLUGINS_DIR="/tmp" -DWEB_DIR="/tmp") +add_definitions(-DHAVE_CONFIG_H -DNETDATA_INTERNAL_CHECKS=1 -DCACHE_DIR="/tmp" -DCONFIG_DIR="/tmp" -DLOG_DIR="/tmp" -DPLUGINS_DIR="/tmp" -DWEB_DIR="/tmp" -DVARLIB_DIR="/tmp") add_executable(netdata ${NETDATA_SOURCE_FILES}) add_executable(apps.plugin ${APPS_PLUGIN_SOURCE_FILES}) -- cgit v1.2.3