summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/backupstore/Makefile.extra2
-rw-r--r--test/bbackupd/Makefile.extra2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/backupstore/Makefile.extra b/test/backupstore/Makefile.extra
index e2e2d27c..b319736c 100644
--- a/test/backupstore/Makefile.extra
+++ b/test/backupstore/Makefile.extra
@@ -1 +1 @@
-link-extra: ../../bin/bbstored/HousekeepStoreAccount.o
+link-extra: ../../lib/backupstore/HousekeepStoreAccount.o
diff --git a/test/bbackupd/Makefile.extra b/test/bbackupd/Makefile.extra
index b78886b6..442937cd 100644
--- a/test/bbackupd/Makefile.extra
+++ b/test/bbackupd/Makefile.extra
@@ -7,7 +7,7 @@ link-extra: ../../bin/bbackupd/autogen_ClientException.o \
../../bin/bbackupd/Win32ServiceFunctions.o \
../../bin/bbackupd/BackupDaemon.o \
../../bin/bbstored/BBStoreDHousekeeping.o \
- ../../bin/bbstored/HousekeepStoreAccount.o \
+ ../../lib/backupstore/HousekeepStoreAccount.o \
../../lib/backupstore/autogen_BackupProtocol.o \
../../lib/backupstore/BackupStoreContext.o \
../../lib/backupstore/BackupCommands.o \