1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

add ice-9/quasisyntax.scm to NOCOMP_SOURCES

* module/Makefile.am (NOCOMP_SOURCES): Add quasisyntax.scm.
This commit is contained in:
Andy Wingo 2009-12-10 21:43:47 +01:00
parent 8986ff7ae9
commit 51423b0188

View file

@ -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 \