From 3e76f852b7ddd61c8b930e9515e08c97427206dc Mon Sep 17 00:00:00 2001 From: jnthn Date: Sat, 28 Jan 2012 00:06:51 +0100 Subject: Add back svg-plot; one file not building doesn't bust the overall build. Also sync the other modules list in Makefile.in. --- Makefile | 1 + skel/tools/build/Makefile.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 951307a..3787f57 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ MODULES = \ git://github.com/masak/xml-writer \ git://github.com/moritz/svg \ git://github.com/moritz/Math-RungeKutta \ + git://github.com/moritz/svg-plot \ git://github.com/moritz/Math-Model \ git://github.com/tadzik/perl6-Term-ANSIColor \ git://github.com/jnthn/test-mock \ diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in index 02b0c1f..c4fbb9f 100644 --- a/skel/tools/build/Makefile.in +++ b/skel/tools/build/Makefile.in @@ -57,6 +57,8 @@ MODULES = \ modules/Math-Model \ modules/perl6-Term-ANSIColor \ modules/test-mock \ + modules/grammar-profiler-simple \ + modules/grammar-debugger \ modules/Perl6-MIME-Base64 \ modules/perl6-lwp-simple \ modules/json \ @@ -64,6 +66,7 @@ MODULES = \ modules/perl6-File-Tools \ modules/panda \ modules/perl6-Config-INI \ + modules/perl6-http-status \ modules/perl6-http-easy \ modules/Bailador \ modules/MiniDBI -- cgit v1.1