summaryrefslogtreecommitdiff
path: root/test/bbackupd/Makefile.extra
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-11-27 22:56:44 +0000
committerChris Wilson <chris+github@qwirx.com>2012-11-27 22:56:44 +0000
commit488f4ecf0584768c300aab756d3900f57d5450c7 (patch)
treec6f8ec54a0b1325272138b3f2592051bcbb98def /test/bbackupd/Makefile.extra
parent71bab8ada6e25a8164fb762a4f50108f994b4f31 (diff)
Link testbbackupd with bbackupquery object files, so that we can use
BackupQueries directly for debugging compare failures.
Diffstat (limited to 'test/bbackupd/Makefile.extra')
-rw-r--r--test/bbackupd/Makefile.extra4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/bbackupd/Makefile.extra b/test/bbackupd/Makefile.extra
index 442937cd..705345a9 100644
--- a/test/bbackupd/Makefile.extra
+++ b/test/bbackupd/Makefile.extra
@@ -11,4 +11,6 @@ link-extra: ../../bin/bbackupd/autogen_ClientException.o \
../../lib/backupstore/autogen_BackupProtocol.o \
../../lib/backupstore/BackupStoreContext.o \
../../lib/backupstore/BackupCommands.o \
- ../../bin/bbstored/BackupStoreDaemon.o
+ ../../bin/bbstored/BackupStoreDaemon.o \
+ ../../bin/bbackupquery/BackupQueries.o \
+ ../../bin/bbackupquery/autogen_Documentation.o