aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2012-01-28 00:06:51 +0100
committerjnthn <jnthn@jnthn.net>2012-01-28 00:06:51 +0100
commit3e76f852b7ddd61c8b930e9515e08c97427206dc (patch)
treeba82573cfda0260f4c9be601ce3a0e4e9d05fa3e
parent5b0bc3e9a2caa13c46d62a9e4b9c572bea43cac6 (diff)
Add back svg-plot; one file not building doesn't bust the overall build. Also sync the other modules list in Makefile.in.
-rw-r--r--Makefile1
-rw-r--r--skel/tools/build/Makefile.in3
2 files changed, 4 insertions, 0 deletions
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