Adding missing dependency

This commit is contained in:
Brad Fitzpatrick 2011-01-05 08:08:59 -08:00
parent dda5a82dab
commit 159dc094cf
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
include $(GOROOT)/src/Make.inc
PREREQ=$(QUOTED_GOROOT)/pkg/$(GOOS)_$(GOARCH)/camli/http.a
TARG=camli/client
GOFILES=\
client.go\