From 31c579ec715796afbdd176227ec4bc2fb6cc96fa Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 11 Apr 2005 21:14:47 +0000 Subject: Add tor-running-routers and mixminion --- Makefile.common | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.common') 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) -- cgit v1.2.3