summaryrefslogtreecommitdiff
path: root/modules.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-09 23:03:57 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-09 23:04:48 +0000
commitef7ce0c899d59d20990328c6e5cbb58e1bea9e9f (patch)
tree3e5836857de80f4d7dd01ef7b9df91d4a8f479ec /modules.txt
parent76113d7c6187548a523cf76737cc83a5ac105197 (diff)
Add missing dependencies between modules
Diffstat (limited to 'modules.txt')
-rw-r--r--modules.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules.txt b/modules.txt
index e0e2afce..aed59ef1 100644
--- a/modules.txt
+++ b/modules.txt
@@ -28,15 +28,15 @@ test/basicserver qdbm lib/server
lib/backupstore lib/server lib/raidfile lib/crypto lib/compress lib/httpserver
lib/backupclient lib/backupstore
-bin/bbackupobjdump lib/backupstore
+bin/bbackupobjdump lib/backupclient
bin/bbstored lib/backupstore
bin/bbstoreaccounts lib/backupclient
bin/bbackupd lib/backupclient qdbm
bin/bbackupquery lib/backupclient
-bin/bbackupctl lib/backupclient qdbm
+bin/bbackupctl lib/backupclient qdbm bin/bbackupd
test/backupstore bin/bbstored bin/bbstoreaccounts lib/server lib/backupstore lib/backupclient lib/raidfile
-test/backupstorefix bin/bbstored bin/bbstoreaccounts lib/backupstore lib/raidfile bin/bbackupquery bin/bbackupd bin/bbackupctl
+test/backupstorefix bin/bbstored bin/bbstoreaccounts lib/backupclient bin/bbackupquery bin/bbackupd bin/bbackupctl
test/backupstorepatch bin/bbstored bin/bbstoreaccounts lib/backupclient
test/backupdiff lib/backupclient
test/bbackupd bin/bbackupd bin/bbstored bin/bbstoreaccounts bin/bbackupquery bin/bbackupctl lib/server lib/backupstore lib/backupclient lib/intercept