From 1fe4e9308b8f50dbe70cc69bd500eb829a11b460 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 26 Apr 2011 18:44:26 +0000 Subject: 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. --- test/bbackupd/Makefile.extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/bbackupd/Makefile.extra b/test/bbackupd/Makefile.extra index 0ae56bd1..7db993c0 100644 --- a/test/bbackupd/Makefile.extra +++ b/test/bbackupd/Makefile.extra @@ -9,6 +9,6 @@ link-extra: ../../bin/bbackupd/autogen_ClientException.o \ ../../bin/bbstored/BackupStoreContext.o \ ../../bin/bbstored/BBStoreDHousekeeping.o \ ../../bin/bbstored/HousekeepStoreAccount.o \ - ../../bin/bbstored/autogen_BackupProtocolServer.o \ + ../../lib/backupstore/autogen_BackupProtocolServer.o \ ../../bin/bbstored/BackupCommands.o \ ../../bin/bbstored/BackupStoreDaemon.o -- cgit v1.2.3