summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common5
-rw-r--r--configure.in2
2 files changed, 6 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)
diff --git a/configure.in b/configure.in
index 5ee4f31..8e93337 100644
--- a/configure.in
+++ b/configure.in
@@ -10,8 +10,10 @@ AC_OUTPUT( \
web/latency/Makefile \
web/load/Makefile \
web/meta/Makefile \
+ web/mixminion-nodes/Makefile \
web/rot26/Makefile \
web/rot26/keys/Makefile \
web/template/Makefile \
web/tls/Makefile \
+ web/tor-running-routers/Makefile \
)