summaryrefslogtreecommitdiff
path: root/modules.txt
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-04-26 18:44:26 +0000
committerChris Wilson <chris+github@qwirx.com>2011-04-26 18:44:26 +0000
commit1fe4e9308b8f50dbe70cc69bd500eb829a11b460 (patch)
tree738a016038b1bfbca588f688938d0d34fc55c06a /modules.txt
parent848ec8ab81adfa1c8d10e87c047c9db3ec6654b4 (diff)
Major refactoring to make lib/backupclient depend on lib/backupstore rather
than the other way around. This is needed to allow clients to have all the code that they'd need to implement local backups (using the Local protocol) in subsequent commits.
Diffstat (limited to 'modules.txt')
-rw-r--r--modules.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules.txt b/modules.txt
index ffc422b1..4563998a 100644
--- a/modules.txt
+++ b/modules.txt
@@ -25,8 +25,8 @@ test/basicserver lib/server
# Backup system
-lib/backupclient lib/server lib/crypto lib/compress
-lib/backupstore lib/server lib/raidfile lib/backupclient
+lib/backupstore lib/server lib/raidfile lib/crypto lib/compress
+lib/backupclient lib/backupstore
bin/bbackupobjdump lib/backupclient lib/backupstore
bin/bbstored lib/raidfile lib/server lib/backupstore lib/backupclient