From b50617ca8d41d5fd71000f105f59d534fe1aae6c Mon Sep 17 00:00:00 2001 From: "legoff.laurent" Date: Mon, 6 Dec 2010 19:45:35 +0000 Subject: [PATCH] Update Makefile --- draw2d/src/pkg/draw2d/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/draw2d/src/pkg/draw2d/Makefile b/draw2d/src/pkg/draw2d/Makefile index 70eabcf..781cef0 100644 --- a/draw2d/src/pkg/draw2d/Makefile +++ b/draw2d/src/pkg/draw2d/Makefile @@ -8,5 +8,12 @@ GOFILES=\ math.go\ path.go\ transform.go\ + dasher.go\ + demux_converter.go\ + font.go\ + path_adder.go\ + path_converter.go\ + path_storage.go\ + stroker.go\ -include $(GOROOT)/src/Make.pkg \ No newline at end of file +include $(GOROOT)/src/Make.pkg