summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index dee12f8..167943d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -2,10 +2,12 @@ TARGET = $(prefix)"/"$(based_in)"/"`echo $(subdir) | sed -e 's,^[^/]*,,'`
docdir = $(TARGET)
ECHOLOT_BASE = /var/lib/echolot
+LOAD_RRD_DIR = $(top_srcdir)/data/load
TLS_AGE = 86400
PINGER_CACHE_AGE = 3600
LATENCY_AGE = 3600
+LOAD_AGE = 3600
#install-data-local: $(LOCAL_INSTALL_FILES)
# [ -d $(TARGET) ] || mkdir $(TARGET)