From 51423b018856405dfcda8db02e32467e83d84a5e Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 10 Dec 2009 21:43:47 +0100 Subject: [PATCH] add ice-9/quasisyntax.scm to NOCOMP_SOURCES * module/Makefile.am (NOCOMP_SOURCES): Add quasisyntax.scm. --- module/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/module/Makefile.am b/module/Makefile.am index 9e55ef67b..90e05347f 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -276,6 +276,7 @@ EXTRA_DIST += oop/ChangeLog-2008 NOCOMP_SOURCES = \ ice-9/gds-client.scm \ ice-9/psyntax.scm \ + ice-9/quasisyntax.scm \ system/repl/describe.scm \ ice-9/debugger/command-loop.scm \ ice-9/debugger/commands.scm \