summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-04-11 21:14:47 +0000
committerPeter Palfrader <peter@palfrader.org>2005-04-11 21:14:47 +0000
commit31c579ec715796afbdd176227ec4bc2fb6cc96fa (patch)
tree22c9c35405f76773101cf7288ed2408885603c4f /Makefile.common
parent195fe0ed026e99e406c60e3e8392268648c449c5 (diff)
Add tor-running-routers and mixminion
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 167943d..c91038c 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,10 +3,13 @@ docdir = $(TARGET)
ECHOLOT_BASE = /var/lib/echolot
LOAD_RRD_DIR = $(top_srcdir)/data/load
+MIXMINION_BASE = $(top_srcdir)/other/mixminion
+TOR_RUNNING_ROUTERS_BASE = $(top_srcdir)/other/tor
TLS_AGE = 86400
PINGER_CACHE_AGE = 3600
-LATENCY_AGE = 3600
+#LATENCY_AGE = 3600
+LATENCY_AGE = 14400
LOAD_AGE = 3600
#install-data-local: $(LOCAL_INSTALL_FILES)