diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-09-22 04:47:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-09-22 04:47:32 +0000 |
commit | 9d49f4d0aba73cd49fb2f7bb1b02a3c3e062949c (patch) | |
tree | d2bb9404c8c972b65a3a92e2f30721def7c92dc3 /libgo/Makefile.am | |
parent | 270aae3307efa26c11b8b219c4400e819b24247f (diff) | |
download | gcc-9d49f4d0aba73cd49fb2f7bb1b02a3c3e062949c.zip gcc-9d49f4d0aba73cd49fb2f7bb1b02a3c3e062949c.tar.gz gcc-9d49f4d0aba73cd49fb2f7bb1b02a3c3e062949c.tar.bz2 |
Update Go library to release r60.1.
From-SVN: r179076
Diffstat (limited to 'libgo/Makefile.am')
-rw-r--r-- | libgo/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am index 2881c6d..b49a61e 100644 --- a/libgo/Makefile.am +++ b/libgo/Makefile.am @@ -636,7 +636,8 @@ go_json_files = \ go/json/encode.go \ go/json/indent.go \ go/json/scanner.go \ - go/json/stream.go + go/json/stream.go \ + go/json/tags.go go_log_files = \ go/log/log.go |