aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO4
-rw-r--r--src/Makefile.am1
2 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 6cd4b7240..2873fb4c5 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
10.9.0pre1: 10.9.0pre1:
2* DATASTORE [CG] 2* FS [CG]
3 - move request queuing functionality into the API library 3 - use new datastore API
4* MIGRATION [CG] 4* MIGRATION [CG]
5 - on-demand encoding => move logic to block-library!? 5 - on-demand encoding => move logic to block-library!?
6 - peer selection => how to consider latency/bw/etc? 6 - peer selection => how to consider latency/bw/etc?
diff --git a/src/Makefile.am b/src/Makefile.am
index f709a63d6..37d64aee2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,6 +15,7 @@ SUBDIRS = \
15 hello \ 15 hello \
16 peerinfo \ 16 peerinfo \
17 datacache \ 17 datacache \
18 datastore \
18 template \ 19 template \
19 transport \ 20 transport \
20 peerinfo-tool \ 21 peerinfo-tool \