[Box Backup-commit] COMMIT r3144 - in box/trunk/test: backupstore bbackupd

subversion at boxbackup.org subversion at boxbackup.org
Thu Nov 8 20:45:39 GMT 2012


Author: chris
Date: 2012-11-08 20:45:39 +0000 (Thu, 08 Nov 2012)
New Revision: 3144

Modified:
   box/trunk/test/backupstore/Makefile.extra
   box/trunk/test/bbackupd/Makefile.extra
Log:
Link to HousekeepStoreAccount.o in the right directory since the big refactor.


Modified: box/trunk/test/backupstore/Makefile.extra
===================================================================
--- box/trunk/test/backupstore/Makefile.extra	2012-11-08 20:44:53 UTC (rev 3143)
+++ box/trunk/test/backupstore/Makefile.extra	2012-11-08 20:45:39 UTC (rev 3144)
@@ -1 +1 @@
-link-extra: ../../bin/bbstored/HousekeepStoreAccount.o
+link-extra: ../../lib/backupstore/HousekeepStoreAccount.o

Modified: box/trunk/test/bbackupd/Makefile.extra
===================================================================
--- box/trunk/test/bbackupd/Makefile.extra	2012-11-08 20:44:53 UTC (rev 3143)
+++ box/trunk/test/bbackupd/Makefile.extra	2012-11-08 20:45:39 UTC (rev 3144)
@@ -7,7 +7,7 @@
 	../../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 \




More information about the Boxbackup-commit mailing list