summaryrefslogtreecommitdiff
path: root/modules.txt
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2018-02-20 21:49:13 -0500
committerReinhard Tartler <siretart@tauware.de>2018-02-20 21:49:13 -0500
commitf28f88e5e72ba1499409047a9d6985eb312c0232 (patch)
treec9c267f18264b3dfe715a363935bb6ac20904492 /modules.txt
parente19a5db232e1ef90e9a02159d2fbd9707ffe4373 (diff)
parent6d7e9562e8485591a4888f1fc2d3c6c657dc7a01 (diff)
Merge tag 'BoxBackup-0.12.master.180102.6d7e956' into upstream
Diffstat (limited to 'modules.txt')
-rw-r--r--modules.txt57
1 files changed, 33 insertions, 24 deletions
diff --git a/modules.txt b/modules.txt
index 670f4ac4..4fd27a2d 100644
--- a/modules.txt
+++ b/modules.txt
@@ -7,44 +7,53 @@
# -l libaries must be in the order they should appear on the command line.
# Note that order is important on platforms which do not have shared libraries.
+# QDBM is currently built from a copy distributed in-tree, which we need to fix.
+qdbm
+
# Generic support code and modules
-lib/raidfile
-lib/crypto
+lib/win32
+lib/common lib/win32
+lib/raidfile lib/common
+lib/crypto lib/common
lib/server qdbm lib/crypto
-lib/compress
-lib/intercept
+lib/compress lib/common
+lib/intercept lib/common
-test/common
-test/crypto lib/crypto
-test/compress lib/compress
-test/raidfile lib/raidfile lib/intercept
-test/basicserver lib/server
+test/common qdbm lib/common
+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
-
-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
-
-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
+lib/bbackupd lib/backupclient qdbm
+lib/bbackupquery lib/backupclient
+lib/bbstored lib/backupstore
+
+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/backupclient lib/raidfile
+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/bbstored lib/server lib/intercept
+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