diff options
| author | Nigel Tao <nigeltao@golang.org> | 2011-06-05 14:27:38 +1000 |
|---|---|---|
| committer | Nigel Tao <nigeltao@golang.org> | 2011-06-05 14:27:38 +1000 |
| commit | b47a38dedb92fd9b2aa28a10de0f4ea3964904c9 (patch) | |
| tree | ebc30922c1f933b58dd4f07cebb8a2d83d3f68f0 /src/pkg/Makefile | |
| parent | c2cea4418a0f2cdf90f232581dd60dd7975d73c3 (diff) | |
| download | go-b47a38dedb92fd9b2aa28a10de0f4ea3964904c9.tar.xz | |
image/draw: move exp/draw to image/draw and exp/gui.
R=r
CC=golang-dev
https://golang.org/cl/4515191
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 453232cb3e..a1f509c88c 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -77,9 +77,9 @@ DIRS=\ encoding/pem\ exec\ exp/datafmt\ - exp/draw\ - exp/draw/x11\ exp/eval\ + exp/gui\ + exp/gui/x11\ expvar\ flag\ fmt\ @@ -107,6 +107,7 @@ DIRS=\ http/spdy\ image\ image/bmp\ + image/draw\ image/gif\ image/jpeg\ image/png\ @@ -184,7 +185,8 @@ NOTEST+=\ crypto\ crypto/openpgp/error\ debug/proc\ - exp/draw/x11\ + exp/gui\ + exp/gui/x11\ go/ast\ go/doc\ go/token\ |
