[minor] add camlistore packages to agent dependencies

This commit is contained in:
Julien Vehent 2015-03-23 17:50:18 -04:00
Родитель 0999b7c3a5
Коммит 6511bee988
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -103,7 +103,8 @@ go_get_agent_deps: go_get_common_deps go_get_ping_deps
$(GOGETTER) github.com/streadway/amqp
$(GOGETTER) github.com/kardianos/osext
$(GOGETTER) github.com/jvehent/service-go
$(GOGETTER) github.com/ccding/go-stun/stun
$(GOGETTER) camlistore.org/pkg/misc/gpgagent
$(GOGETTER) camlistore.org/pkg/misc/pinentry
ifeq ($(OS),windows)
$(GOGETTER) code.google.com/p/winsvc/eventlog
endif