summaryrefslogtreecommitdiff
path: root/modules.txt
diff options
context:
space:
mode:
Diffstat (limited to 'modules.txt')
-rw-r--r--modules.txt38
1 files changed, 21 insertions, 17 deletions
diff --git a/modules.txt b/modules.txt
index 670f4ac4..71ae16fd 100644
--- a/modules.txt
+++ b/modules.txt
@@ -15,36 +15,40 @@ lib/server qdbm lib/crypto
lib/compress
lib/intercept
-test/common
-test/crypto lib/crypto
-test/compress lib/compress
-test/raidfile lib/raidfile lib/intercept
-test/basicserver lib/server
+test/common qdbm
+test/crypto qdbm lib/crypto
+test/compress qdbm lib/compress
+test/raidfile qdbm lib/raidfile lib/intercept
+test/basicserver qdbm lib/server
# IF_DISTRIBUTION(boxbackup)
# Backup system
-lib/backupstore lib/server lib/raidfile lib/crypto lib/compress
+lib/backupstore lib/server lib/raidfile lib/crypto lib/compress lib/httpserver
lib/backupclient lib/backupstore
+lib/bbackupd lib/backupclient qdbm
+lib/bbackupquery lib/backupclient
+lib/bbstored lib/backupstore
-bin/bbackupobjdump lib/backupclient lib/backupstore
-bin/bbstored lib/raidfile lib/server lib/backupstore
-bin/bbstoreaccounts lib/raidfile lib/backupstore
-bin/bbackupd lib/server lib/backupclient qdbm
-bin/bbackupquery lib/server lib/backupclient
-bin/bbackupctl lib/server lib/backupclient
+bin/bbackupobjdump lib/backupclient
+bin/bbstored lib/bbstored
+bin/bbstoreaccounts lib/backupclient
+bin/bbackupd lib/bbackupd
+bin/bbackupquery lib/bbackupquery
+bin/bbackupctl lib/backupclient qdbm lib/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
+test/bbackupd bin/bbackupd bin/bbstored bin/bbstoreaccounts bin/bbackupquery bin/bbackupctl lib/bbackupquery lib/bbackupd lib/server lib/backupstore lib/backupclient lib/intercept lib/bbstored
+bin/s3simulator lib/httpserver
+test/s3store lib/backupclient lib/httpserver bin/s3simulator bin/bbstoreaccounts
# HTTP server system
-lib/httpserver lib/server
-test/httpserver lib/httpserver
-bin/s3simulator lib/httpserver
+lib/httpserver lib/server
+test/httpserver lib/httpserver
# END_IF_DISTRIBUTION