From 82a7de9dfdcec23b05264c1df00ef3db6a4bc09d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 22 Jan 2010 07:12:54 -0800 Subject: [PATCH] Fix build: add new file to Makefile. TBR=frm.adiputra CC=golang-dev https://golang.org/cl/193055 --- src/pkg/xgb/Makefile | 1 + 1 file changed, 1 insertion(+) 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\ -- 2.50.0