summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-04-11 19:11:34 +0000
committerPeter Palfrader <peter@palfrader.org>2005-04-11 19:11:34 +0000
commit3aaba33b5b59d49338fba5e59c9ff5d522baecf5 (patch)
tree324ef529d1bdb78d1619da72956dca9f2ceb234c /Makefile.common
parent3a2b377485f7ba2fe83549601b90433005e925c6 (diff)
Add load
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)