summaryrefslogtreecommitdiff
path: root/test/bbackupd/Makefile.extra
Commit message (Collapse)AuthorAge
* Link testbbackupd with bbackupquery object files, so that we can useChris Wilson2012-11-27
| | | | | BackupQueries directly for debugging compare failures.
* Link to HousekeepStoreAccount.o in the right directory since the big refactor.Chris Wilson2012-11-08
|
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
| | | | | Rename ProtocolObject to Message.
* Fix test/bbackupd build for new object locations.Chris Wilson2011-06-22
|
* Major refactoring to make lib/backupclient depend on lib/backupstore ratherChris Wilson2011-04-26
| | | | | | | 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.
* Link bbackupd test with objects from bin/bbstored.Chris Wilson2008-08-10
|
* Add autogen_ClientException.o to testbbackupd extra objects, because itChris Wilson2007-03-24
| | | | | links against bbackupd objects which need this. (refs #3, merges [1456])
* Added missing Makefile.extra to link against bbackupd objects, so that Chris Wilson2006-12-14
our internal daemon test code will compile.