]> Cypherpunks repositories - gostls13.git/commitdiff
Fix build: add new file to Makefile.
authorIan Lance Taylor <iant@golang.org>
Fri, 22 Jan 2010 15:12:54 +0000 (07:12 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 22 Jan 2010 15:12:54 +0000 (07:12 -0800)
TBR=frm.adiputra
CC=golang-dev
https://golang.org/cl/193055

src/pkg/xgb/Makefile

index a2b23a6ab089e3c4f730bcf28fdc51c1b38a8ed7..cd83c5e707365a63c29b6c22b9f2c5021ccb17e3 100644 (file)
@@ -6,6 +6,7 @@ include ../../Make.$(GOARCH)
 
 TARG=xgb
 GOFILES=\
+       auth.go\
        xgb.go\
        xproto.go\