From 10fb830ac9ab3071ef5e070c801967a0fc150783 Mon Sep 17 00:00:00 2001 From: "legoff.laurent" Date: Thu, 25 Nov 2010 15:22:15 +0000 Subject: [PATCH] Begin to work on matrix transformation (does not yet really work) --- draw2d/src/pkg/draw2d/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/draw2d/src/pkg/draw2d/Makefile b/draw2d/src/pkg/draw2d/Makefile index 875b309..70eabcf 100644 --- a/draw2d/src/pkg/draw2d/Makefile +++ b/draw2d/src/pkg/draw2d/Makefile @@ -7,5 +7,6 @@ GOFILES=\ draw2d.go\ math.go\ path.go\ + transform.go\ include $(GOROOT)/src/Make.pkg \ No newline at end of file