From: Ian Lance Taylor Date: Fri, 22 Jan 2010 15:12:54 +0000 (-0800) Subject: Fix build: add new file to Makefile. X-Git-Tag: weekly.2010-01-27~58 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=82a7de9dfdcec23b05264c1df00ef3db6a4bc09d;p=gostls13.git Fix build: add new file to Makefile. TBR=frm.adiputra CC=golang-dev https://golang.org/cl/193055 --- diff --git a/src/pkg/xgb/Makefile b/src/pkg/xgb/Makefile index a2b23a6ab0..cd83c5e707 100644 --- a/src/pkg/xgb/Makefile +++ b/src/pkg/xgb/Makefile @@ -6,6 +6,7 @@ include ../../Make.$(GOARCH) TARG=xgb GOFILES=\ + auth.go\ xgb.go\ xproto.go\