camlistored: link in kvfile

Change-Id: I55f65275b45f7de0efc0c52e84ac61f4baebaa38
This commit is contained in:
Brad Fitzpatrick 2013-08-23 17:14:33 -05:00
parent 4fa8c3117a
commit d6a0b34e5f
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ import (
_ "camlistore.org/pkg/blobserver/shard"
// Indexers: (also present themselves as storage targets)
_ "camlistore.org/pkg/index" // base indexer + in-memory dev index
_ "camlistore.org/pkg/index/kvfile"
_ "camlistore.org/pkg/index/mongo"
_ "camlistore.org/pkg/index/mysql"
_ "camlistore.org/pkg/index/postgres"