From 6a60f02c94d1131e78c7f76243077f8aaff6056a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 8 Mar 2014 17:54:39 -0500 Subject: Integrate cooperative REPL server. * 2d/repl.scm: New file. * 2d/repl/repl.scm: Delete it. * 2d/repl/server.scm: Delete it. * Makfile.am (REPL_SOURCES): Delete it. (SOURCES): Add '2d/repl.scm'. * examples/common.scm: Use cooperative REPL module. --- Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7f94794..83d9716 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ SOURCES = \ 2d/mouse.scm \ 2d/mvars.scm \ 2d/rect.scm \ + 2d/repl.scm \ 2d/shader.scm \ 2d/signal.scm \ 2d/sprite.scm \ @@ -27,13 +28,8 @@ SOURCES = \ 2d/transform.scm \ 2d/vector2.scm \ 2d/window.scm \ - $(REPL_SOURCES) \ $(WRAPPER_SOURCES) -REPL_SOURCES = \ - 2d/repl/repl.scm \ - 2d/repl/server.scm - WRAPPER_SOURCES = \ 2d/wrappers/freeimage.scm \ 2d/wrappers/gl.scm \ -- cgit v1.2.3