diff options
| author | Russ Cox <rsc@golang.org> | 2008-12-11 12:25:58 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-12-11 12:25:58 -0800 |
| commit | 8708b6b3e44bfd0da24095db8c4c49b425405158 (patch) | |
| tree | e1ced2b2e9d92ddbcd1e7b6c9f53b57c529d0efc /src/lib/Makefile | |
| parent | cfa051116c97dc97e02fcdde9887c2e455dead81 (diff) | |
| download | golang-8708b6b3e44bfd0da24095db8c4c49b425405158.tar.gz | |
add JSON library
R=r
DELTA=1127 (1127 added, 0 deleted, 0 changed)
OCL=20975
CL=20983
Diffstat (limited to 'src/lib/Makefile')
| -rw-r--r-- | src/lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile index 7d855e434..32e291830 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -12,6 +12,7 @@ DIRS=\ hash\ http\ io\ + json\ math\ net\ os\ @@ -94,6 +95,8 @@ fmt.dirinstall: io.dirinstall reflect.dirinstall strconv.dirinstall hash.dirinstall: os.dirinstall http.dirinstall: bufio.install io.dirinstall net.dirinstall os.dirinstall strings.install io.dirinstall: os.dirinstall syscall.dirinstall +json.dirinstall: container/array.dirinstall fmt.dirinstall io.dirinstall math.dirinstall \ + strconv.dirinstall strings.install utf8.install net.dirinstall: fmt.dirinstall once.install os.dirinstall strconv.dirinstall os.dirinstall: syscall.dirinstall regexp.dirinstall: os.dirinstall |
