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